From 822055ac228d788f95f2fb08c64bf93d21f4ef27 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 17 Aug 2015 11:20:59 -0700 Subject: docs: Made apt-get and yum commands more verbose --- host/docs/build.dox | 4 ++-- 1 file 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. -- cgit v1.2.3