From bc0c68e686d8718d9e66906da53a7da17d930334 Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Wed, 5 Oct 2022 22:21:42 +0200 Subject: [PATCH] Updated Compile from source in Linux (markdown) --- Compile-from-source-in-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index 60acf61..fec5be3 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -207,9 +207,9 @@ make -j $(nproc) install

HackRF

cd /opt/build
-git clone https://github.com/mossmann/hackrf.git
+git clone https://github.com/greatscottgadgets/hackrf.git
 cd hackrf/host
-git reset --hard "v2018.01.1"
+git reset --hard "v2022.09.1"
 mkdir build; cd build
 cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libhackrf -DINSTALL_UDEV_RULES=OFF ..
 make -j $(nproc) install