diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index 1ead525..a67a48f 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -162,7 +162,6 @@ make -j $(nproc) install
cd /opt/build
git clone https://github.com/f4exb/libmirisdr-4.git
cd libmirisdr-4
-git reset --hard "v1.1.2"
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libmirisdr ..
make -j $(nproc) install