Projects making use of bonsai_stdlib require clang
and a unix-like shell to build on Windows.
Installing MSYS2 satisfies all the required dependencies.
Ensure you have an OpenGL driver, GL headers, X11 headers, and clang
sudo apt install freeglut3-dev libx11-dev clang-15
sudo pacman -S freeglut libx11 clang
# NOTE(Jesse): Not sure how to specifically install clang 15 on Arch