Skip to content

Commit e824f1e

Browse files
authored
Updated UHD install steps (#77)
1 parent e49683f commit e824f1e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

content/usrp.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ The terminal commands below should build and install the latest version of UHD,
3939

4040
.. code-block:: bash
4141
42-
sudo apt-get install git cmake libboost-all-dev libusb-1.0-0-dev python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools build-essential
42+
sudo apt update
43+
sudo apt install git cmake libboost-all-dev libusb-1.0-0-dev build-essential
44+
sudo pip install pybind11[global]
45+
pip install numpy==1.26.4 docutils mako requests ruamel.yaml setuptools
4346
cd ~
4447
git clone https://github.com/EttusResearch/uhd.git
45-
cd uhd/host
48+
cd uhd
49+
git checkout v4.8.0.0
50+
cd host
4651
mkdir build
4752
cd build
4853
cmake -DENABLE_TESTS=OFF -DENABLE_C_API=OFF -DENABLE_PYTHON_API=ON -DENABLE_MANUAL=OFF ..

0 commit comments

Comments
 (0)