From 19f5ba022ee9fe6ccea9f4cc1b5333d95806401e Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Sun, 27 Dec 2015 14:21:53 -0500 Subject: [PATCH] Updated Build Linux (markdown) --- Build-Linux.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Build-Linux.md b/Build-Linux.md index e3a19c4..d319206 100644 --- a/Build-Linux.md +++ b/Build-Linux.md @@ -1,7 +1,7 @@ ##Building CubicSDR for Linux: --- -###Basic build support: +###Basic build support: (debian) ```bash $ sudo apt-get install git build-essential automake cmake ``` @@ -11,6 +11,11 @@ $ sudo apt-get install git build-essential automake cmake $ sudo apt-get install libfftw3-dev libwxgtk3.0-dev libpulse-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: +``` +$ sudo apt-get install freeglut3 freeglut3-dev +``` + ###Build and install SoapySDR ```bash $ git clone https://github.com/pothosware/SoapySDR.git