kopia lustrzana https://github.com/f4exb/sdrangel
Updated Compile from source in Linux (markdown)
rodzic
b58a39c56c
commit
6be7ce016e
|
@ -111,8 +111,9 @@ make -j $(nproc) install
|
||||||
|
|
||||||
<pre><code>sudo apt-get -y install libspeexdsp-dev libsamplerate0-dev
|
<pre><code>sudo apt-get -y install libspeexdsp-dev libsamplerate0-dev
|
||||||
cd /opt/build
|
cd /opt/build
|
||||||
git clone https://github.com/drowe67/codec2.git
|
git clone https://github.com/drowe67/codec2-dev.git
|
||||||
cd codec2
|
cd codec2
|
||||||
|
git reset --hard "v1.0.3"
|
||||||
mkdir build_linux; cd build_linux
|
mkdir build_linux; cd build_linux
|
||||||
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/codec2 ..
|
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/codec2 ..
|
||||||
make -j $(nproc) install
|
make -j $(nproc) install
|
||||||
|
|
Ładowanie…
Reference in New Issue