mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-11 03:07:55 -04:00
Updated Build Linux (markdown)
parent
19ffa6c157
commit
c3c1197591
@ -1,16 +1,20 @@
|
|||||||
# Debian 8, Ubuntu 14
|
Building CubicSDR for Linux:
|
||||||
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install git build-essential librtlsdr-dev automake
|
sudo apt-get install automake libfftw3-dev cmake libgl1-mesa-dev libwxgtk3.0-dev libpulse-dev
|
||||||
libfftw3-dev cmake libgl1-mesa-dev libwxgtk3.0-dev libpulse-dev
|
```
|
||||||
|
|
||||||
If you do not meet the requirements for libgl1-mesa-dev
|
If you do not meet the requirements for libgl1-mesa-dev
|
||||||
because of one of the following packages:
|
because of one of the following packages:
|
||||||
libcheese7, libclutter.
|
libcheese7, libclutter.
|
||||||
run the following command:
|
run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0 xserver-xorg-input-all
|
sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0 xserver-xorg-input-all
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
git clone https://github.com/jgaeddert/liquid-dsp
|
git clone https://github.com/jgaeddert/liquid-dsp
|
||||||
|
|
||||||
cd liquid-dsp
|
cd liquid-dsp
|
||||||
@ -29,4 +33,4 @@ cmake ../
|
|||||||
make
|
make
|
||||||
cd x64
|
cd x64
|
||||||
./CubicSDR
|
./CubicSDR
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user