diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-08-17 11:20:59 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-17 11:20:59 -0700 |
commit | 822055ac228d788f95f2fb08c64bf93d21f4ef27 (patch) | |
tree | c3d44a282d35eb305461c6c8f205e69f6a0e4004 /host/docs | |
parent | 5e8a4cd63c6ca265f4e74b3a866f28e8c3eed3dc (diff) | |
download | uhd-822055ac228d788f95f2fb08c64bf93d21f4ef27.tar.gz uhd-822055ac228d788f95f2fb08c64bf93d21f4ef27.tar.bz2 uhd-822055ac228d788f95f2fb08c64bf93d21f4ef27.zip |
docs: Made apt-get and yum commands more verbose
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index f3fdf5aa6..a767a8e1b 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -94,7 +94,7 @@ 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 python-mako doxygen python-docutils cmake + sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-mako doxygen python-docutils cmake build-essential Your actual command may differ. @@ -102,7 +102,7 @@ Your actual command may differ. You can install all the dependencies through the package manager: - sudo yum -y install boost-devel libusb1-devel python-mako doxygen python-docutils cmake + sudo yum -y install boost-devel libusb1-devel python-mako doxygen python-docutils cmake make gcc gcc-c++ Your actual command may differ. |