aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-12-28 11:28:33 -0800
committerMartin Braun <martin.braun@ettus.com>2015-12-28 11:28:33 -0800
commit867d2223d18c2127ade5fd6a79b0be921f0ca4ee (patch)
tree3af681fe0bd08a18739c7212da201ae03ca5b4f5
parent33419b5f0a3d65a27769f4593ec9708f0f6898ec (diff)
downloaduhd-867d2223d18c2127ade5fd6a79b0be921f0ca4ee.tar.gz
uhd-867d2223d18c2127ade5fd6a79b0be921f0ca4ee.tar.bz2
uhd-867d2223d18c2127ade5fd6a79b0be921f0ca4ee.zip
docs: Added reference to dnf
-rw-r--r--host/docs/build.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox
index 05e4ff788..f6ff23b20 100644
--- a/host/docs/build.dox
+++ b/host/docs/build.dox
@@ -99,6 +99,10 @@ You can install all the dependencies through the package manager:
sudo yum -y install boost-devel libusb1-devel python-mako doxygen python-docutils cmake make gcc gcc-c++
+or
+
+ sudo dnf -y install boost-devel libusb1-devel python-mako doxygen python-docutils cmake make gcc gcc-c++
+
Your actual command may differ.
\section build_get_source Getting the source code