Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2023-07-28 00:37:50 +02:00
rodzic b58a39c56c
commit 6be7ce016e
1 zmienionych plików z 2 dodań i 1 usunięć

@ -111,8 +111,9 @@ make -j $(nproc) install
<pre><code>sudo apt-get -y install libspeexdsp-dev libsamplerate0-dev
cd /opt/build
git clone https://github.com/drowe67/codec2.git
git clone https://github.com/drowe67/codec2-dev.git
cd codec2
git reset --hard "v1.0.3"
mkdir build_linux; cd build_linux
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/codec2 ..
make -j $(nproc) install