kopia lustrzana https://github.com/f4exb/sdrangel
Update UHD to v4.5
rodzic
e04d0f69a2
commit
91fc4644bf
|
@ -265,11 +265,12 @@ Prerequisites:
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<pre><code>cd /opt/build
|
<pre><code>cd /opt/build
|
||||||
git clone https://github.com/EttusResearch/uhd.git
|
git clone https://github.com/EttusResearch/uhd.git
|
||||||
git reset --hard v4.3.0.0
|
cd uhd
|
||||||
cd uhd/host
|
git reset --hard v4.5.0.0
|
||||||
|
cd host
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/opt/install/uhd ../
|
cmake -DCMAKE_INSTALL_PREFIX=/opt/install/uhd ..
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
make install
|
make install
|
||||||
/opt/install/uhd/lib/uhd/utils/uhd_images_downloader.py
|
/opt/install/uhd/lib/uhd/utils/uhd_images_downloader.py
|
||||||
|
|
Ładowanie…
Reference in New Issue