mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-03 05:37:55 -04:00
Updated Build Linux (markdown)
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user