From 79147d6cf62f3c5503e07bdba22197599b72ad6d Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 3 Jan 2019 21:31:23 -0500 Subject: [PATCH] Updated Build Linux (markdown) --- Build-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```