Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2023-07-24 11:15:23 +02:00
rodzic d9aa59fa97
commit b58a39c56c
1 zmienionych plików z 0 dodań i 1 usunięć

@ -113,7 +113,6 @@ make -j $(nproc) install
cd /opt/build
git clone https://github.com/drowe67/codec2.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