diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index cbdd904..1c3cc61 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -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