Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2022-10-08 08:42:29 +02:00
rodzic bc0c68e686
commit 309ebc2d2d
1 zmienionych plików z 3 dodań i 3 usunięć

@ -151,9 +151,9 @@ Specific versions of packages listed are the ones developers have tested, and ar
<h3>Airspy</h3>
<pre><code>cd /opt/build
git clone https://github.com/airspy/host.git libairspy
git clone https://github.com/airspy/airspyone_host.git libairspy
cd libairspy
git reset --hard v1.0.10
git reset --hard 37c768ce9997b32e7328eb48972a7fda0a1f8554
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libairspy ..
make -j $(nproc) install
@ -231,7 +231,7 @@ make -j $(nproc) install
<pre><code>cd /opt/build
git clone https://github.com/airspy/airspyhf
cd airspyhf
git reset --hard "1.1.5"
git reset --hard 1af81c0ca18944b8c9897c3c98dc0a991815b686
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libairspyhf ..
make -j $(nproc) install