From 59a91fe583495f14e05c7c7567d4f2241c9b4498 Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Tue, 6 Jan 2015 14:16:16 +0900 Subject: [PATCH] Add missing dependency to readme. Change-Id: I86cf5280edbe70dfa5c8f0076c9475ee18e5ab0b Signed-off-by: Sanjeev BA --- Readme.scons.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.scons.txt b/Readme.scons.txt index 2129efe..4034b6d 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -102,7 +102,7 @@ For help about how to set an option, please run: 1. Build IoTivity project for Linux $ cd - $ sudo apt-get install libboost-dev libboost-program-options-dev libexpat1-dev + $ sudo apt-get install libboost-dev libboost-program-options-dev libexpat1-dev libboost-thread-dev $ scons 2. Build IoTivity project for Android -- 2.7.4