Update UHD to v4.5

master
srcejon 2023-11-30 10:52:56 +00:00
rodzic e04d0f69a2
commit 91fc4644bf
1 zmienionych plików z 4 dodań i 3 usunięć

@ -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