Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2021-12-27 18:16:49 +01:00
rodzic 37180e542e
commit 37e8f23b3b
1 zmienionych plików z 2 dodań i 1 usunięć

@ -258,8 +258,9 @@ Prerequisites:
</code></pre>
<pre><code>cd /opt/build
git clone https://github.com/EttusResearch/uhd.git
git fetch origin UHD-4.0
git checkout UHD-4.0
cd uhd/host
git checkout v4.0.0.0
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/install/uhd ../