mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-15 16:41:54 -05:00
Created Build Linux (markdown)
parent
e9e4a47457
commit
af479fa9c6
24
Build-Linux.md
Normal file
24
Build-Linux.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Debian 8
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install git build-essential librtlsdr-dev automake
|
||||||
|
libfftw3-dev cmake libgl1-mesa-dev libwxgtk3.0-dev libpulse-dev
|
||||||
|
|
||||||
|
git clone https://github.com/jgaeddert/liquid-dsp
|
||||||
|
|
||||||
|
cd liquid-dsp
|
||||||
|
./bootsrap.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
sudo ldconfig
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
git clone https://github.com/cjcliffe/CubicSDR.git
|
||||||
|
cd CubicSDR
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ../
|
||||||
|
make
|
||||||
|
./CubicSDR
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user