Created
October 1, 2021 23:07
-
-
Save pemd-sys/10f4274ac745af52d9046d25f64a256d to your computer and use it in GitHub Desktop.
Revisions
-
pemd-sys created this gist
Oct 1, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Setup environment for opengl ``` sudo apt-get update sudo apt-get install cmake pkg-config sudo apt-get install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev sudo apt-get install libglew-dev libglfw3-dev libglm-dev sudo apt-get install libao-dev libmpg123-dev ```