Skip to content

Instantly share code, notes, and snippets.

View cjburkey01's full-sized avatar
🥰

CJ Burkey cjburkey01

🥰
View GitHub Profile
# Create GLFW Libs and put them in /usr/local/
mkdir {{GLFW_BUILDING_DIRECTORY}}
cd {{GLFW_BUILDING_DIRECTORY}}
cmake -D BUILD_SHARED_LIBS=ON {{GLFW_DIRECTORY}}
make
sudo make install
# Create GLEW Libs and put them in /usr/local/
mkdir {{GLEW_BUILDING_DIRECTORY}}
cd {{GLEW_BUILDING_DIRECTORY}}