From 6be7ce016e4aab25085ad6a873dcf87b75f1e01b Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Fri, 28 Jul 2023 00:37:50 +0200 Subject: [PATCH] Updated Compile from source in Linux (markdown) --- Compile-from-source-in-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index 1c3cc61..26c993f 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -111,8 +111,9 @@ make -j $(nproc) install
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