From 9aae9eb3e035138b2744e7a5bb64f47c4c96a358 Mon Sep 17 00:00:00 2001 From: Ravi Nanjundappa Date: Mon, 7 Sep 2015 14:05:25 +0530 Subject: [PATCH] Fix for IOT-686 Replaced "tiny-cbor" with "tinycbor". Change-Id: I923cb348fdfda3afa7de97b7323c5e4275210127 Signed-off-by: Ravi Nanjundappa Reviewed-on: https://gerrit.iotivity.org/gerrit/2395 Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz --- Readme.scons.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.scons.txt b/Readme.scons.txt index fd0b3a0..bc0c411 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -9,8 +9,8 @@ command in this directory) Build release binaries: $ scons -(Note: C sdk requires tiny-cbor. Please follow the instruction in the build -message to install tiny-cbor) +(Note: C sdk requires tinycbor. Please follow the instruction in the build +message to install tinycbor) Build debug binaries: $scons RELEASE=false @@ -116,8 +116,8 @@ so you don't need to add it in command line each time. The build script will guide you to do that.) Tizen: -To build for tizen platform tiny-cbor library is needed. -Please download tiny-cbor if it is not present in extlibs/tiny-cbor folder +To build for tizen platform tinycbor library is needed. +Please download tinycbor if it is not present in extlibs/tinycbor folder by doing the following: $ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor -- 2.7.4