Updated Build Linux (markdown)

Charles J. Cliffe 2015-12-27 14:21:53 -05:00
parent ede7a7a784
commit 19f5ba022e

@ -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