aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Anderseck <martin.anderseck@ni.com>2021-10-29 12:06:05 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-11-02 07:57:17 -0700
commitc4d433c5be6dadc45571e1ffc1e1f1d39907c38c (patch)
tree084651b5a1ec1be7b225a982d122a4776cf03964 /host
parentfc6d027da46ee4097c14698ed08ce6f92e614438 (diff)
downloaduhd-c4d433c5be6dadc45571e1ffc1e1f1d39907c38c.tar.gz
uhd-c4d433c5be6dadc45571e1ffc1e1f1d39907c38c.tar.bz2
uhd-c4d433c5be6dadc45571e1ffc1e1f1d39907c38c.zip
docs: Align dependencies and bump deb package versions
Aligning dependencies between KB entries and documentation for Ubuntu 20.04 and bumping version numbers in the installation documentation to latest available versions in Ubuntu and PPA.
Diffstat (limited to 'host')
-rw-r--r--host/docs/build.dox.in7
-rw-r--r--host/docs/install.dox4
2 files changed, 7 insertions, 4 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in
index 8ce60ca76..680e27a8d 100644
--- a/host/docs/build.dox.in
+++ b/host/docs/build.dox.in
@@ -125,8 +125,11 @@ or install msysGit from http://code.google.com/p/msysgit/downloads/list.
You can install all the dependencies through the package manager:
- sudo apt-get install libboost-all-dev libusb-1.0-0-dev doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake build-essential
-
+ sudo apt-get install autoconf automake build-essential ccache cmake cpufrequtils doxygen ethtool \
+ g++ git inetutils-tools libboost-all-dev libncurses5 libncurses5-dev libusb-1.0-0 libusb-1.0-0-dev \
+ libusb-dev python3-dev python3-mako python3-numpy python3-requests python3-scipy python3-setuptools \
+ python3-ruamel.yaml
+
Your actual command may differ.
\subsection build_dependencies_fedora Setting up the dependencies on Fedora
diff --git a/host/docs/install.dox b/host/docs/install.dox
index 4a748df29..906fafdb2 100644
--- a/host/docs/install.dox
+++ b/host/docs/install.dox
@@ -50,7 +50,7 @@ Most distributions provide UHD as part of their package management.
On Debian and Ubuntu systems, this will install the base UHD library, all headers
and build-specific files, as well as utilities:
- sudo apt-get install libuhd-dev libuhd003 uhd-host
+ sudo apt-get install libuhd-dev libuhd3.15.0 uhd-host
On Fedora systems, an equivalent command would be:
@@ -72,7 +72,7 @@ Copy and paste these commands into your terminal. This will install UHD software
sudo add-apt-repository ppa:ettusresearch/uhd
sudo apt-get update
- sudo apt-get install libuhd-dev libuhd003 uhd-host
+ sudo apt-get install libuhd-dev libuhd4.1.0 uhd-host
\subsubsection install_linux_ourbins_fedora Fedora