diff --git a/Build-Linux.md b/Build-Linux.md index b3c0274..7cfc51b 100644 --- a/Build-Linux.md +++ b/Build-Linux.md @@ -11,7 +11,7 @@ $ sudo apt-get install git build-essential automake cmake $ sudo apt-get install libpulse-dev libgtk-3-dev ``` -If you didn't install your own OpenGL driver/headers (via Nvidia, AMD binaries or other) this will bring in the appropriate libs and headers: +### OpenGL Dependencies (debian): ``` $ sudo apt-get install freeglut3 freeglut3-dev ```