Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2022-10-05 22:21:42 +02:00
rodzic 6876553aef
commit bc0c68e686
1 zmienionych plików z 2 dodań i 2 usunięć

@ -207,9 +207,9 @@ make -j $(nproc) install
<h3>HackRF</h3>
<pre><code>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