Updated Build Linux (markdown)

Vincent Sonnier 2017-08-18 07:21:37 +02:00
parent 42aa300b5c
commit 41286b5059

@ -1,12 +1,12 @@
##Building CubicSDR for Linux:
## Building CubicSDR for Linux:
---
###Basic build support: (debian)
### Basic build support: (debian)
```bash
$ sudo apt-get install git build-essential automake cmake
```
###Base Dependencies: (debian)
### Base Dependencies: (debian)
```bash
$ sudo apt-get install libpulse-dev libgtk-3-dev
```
@ -16,7 +16,7 @@ If you didn't install your own OpenGL driver/headers (via Nvidia, AMD binaries o
$ sudo apt-get install freeglut3 freeglut3-dev
```
###Build and install SoapySDR
### Build and install SoapySDR
```bash
$ git clone https://github.com/pothosware/SoapySDR.git
$ cd SoapySDR
@ -29,7 +29,7 @@ build$ sudo ldconfig
build$ SoapySDRUtil --info #test SoapySDR install
```
###Build and install liquid-dsp
### Build and install liquid-dsp
```bash
$ git clone https://github.com/jgaeddert/liquid-dsp
liquid-dsp$ cd liquid-dsp
@ -40,7 +40,7 @@ liquid-dsp$ sudo make install
liquid-dsp$ sudo ldconfig
```
###Build static wxWidgets:
### Build static wxWidgets:
_Note: replace '~/Develop/wxWidgets-staticlib' with your own path if you prefer, remember it to be used later when building CubicSDR._
@ -61,7 +61,7 @@ wxWidgets-3.1.0$ make -j4 && make install
[ building and installed to ~/Develop/wxWidgets-staticlib in this example ]
```
###Build CubicSDR
### Build CubicSDR
_Note: add ``` -DUSE_HAMLIB=1 ``` to cmake command line to include hamlib support._
```bash
$ git clone https://github.com/cjcliffe/CubicSDR.git