mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-04 22:27:49 -04:00
Updated Build Linux (markdown)
parent
ede7a7a784
commit
19f5ba022e
@ -1,7 +1,7 @@
|
|||||||
##Building CubicSDR for Linux:
|
##Building CubicSDR for Linux:
|
||||||
---
|
---
|
||||||
|
|
||||||
###Basic build support:
|
###Basic build support: (debian)
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install git build-essential automake cmake
|
$ 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
|
$ 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
|
###Build and install SoapySDR
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/pothosware/SoapySDR.git
|
$ git clone https://github.com/pothosware/SoapySDR.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user