From a56d4c2ad4de4ed354ada9ec50f6c8ba73f4ffad Mon Sep 17 00:00:00 2001 From: George Nash Date: Fri, 15 Jan 2016 08:58:01 -0800 Subject: [PATCH] Add Install build tools and a missed library to the Readme.scons.txt Add the apt-get command to add the build tools used by the IoTivity build. This includes valgrind that is only needed in some build configurations. libglib2 is required for the build but seems to be missed in the readme file as well. Change-Id: I8fc514a584c7b2134edd55052e4dfe229f2fbf51 Signed-off-by: George Nash Reviewed-on: https://gerrit.iotivity.org/gerrit/4813 Tested-by: jenkins-iotivity Reviewed-by: Thiago Macieira Reviewed-by: Ossama Othman Reviewed-by: Jon A. Cruz --- Readme.scons.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.scons.txt b/Readme.scons.txt index 90bdd35..3d81eae 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -1,11 +1,14 @@ == Quick guide: build and run IoTivity projects on Ubuntu == 1. Build - Go to the top directory of 'iotivity' project(Note: should always run 'scons' -command in this directory) + Go to the top directory of 'iotivity' project(Note: should always run 'scons' + command in this directory) + + Install build tools: + $ sudo apt-get install git-core scons ssh build-essential g++ doxygen valgrind Install external libraries: - $ sudo apt-get install libboost-dev libboost-program-options-dev libboost-thread-dev uuid-dev libssl-dev libtool + $ sudo apt-get install libboost-dev libboost-program-options-dev libboost-thread-dev uuid-dev libssl-dev libtool libglib2.0-dev Build release binaries: $ scons -- 2.7.4