summaryrefslogtreecommitdiff
path: root/Readme.scons.txt
diff options
context:
space:
mode:
authorPatrick Lankswert <patrick.lankswert@intel.com>2014-12-27 22:56:28 +0000
committerGerrit Code Review <gerrit@172.30.200.205>2014-12-27 22:56:28 +0000
commit97acb625333ca0ebd53f1ca8ec9284ae13ca32a7 (patch)
treef3ed6f41303a1f752df19951a3b4b71b87c7ac09 /Readme.scons.txt
parent402261c5eacd8df7be2449d3cf1ca59ba663cd93 (diff)
parent1e7452670814663e4c74500956ce5661bbcedfa8 (diff)
downloadiotivity-97acb625333ca0ebd53f1ca8ec9284ae13ca32a7.tar.gz
iotivity-97acb625333ca0ebd53f1ca8ec9284ae13ca32a7.tar.bz2
iotivity-97acb625333ca0ebd53f1ca8ec9284ae13ca32a7.zip
Merge "Add spec file for Tizen build"
Diffstat (limited to 'Readme.scons.txt')
-rw-r--r--Readme.scons.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Readme.scons.txt b/Readme.scons.txt
index d0e245881..2129efe8e 100644
--- a/Readme.scons.txt
+++ b/Readme.scons.txt
@@ -125,6 +125,13 @@ processors, to specify the processor, add 'CPU=zzz' in the command line. If no
'CPU' option exists, that means the board only support one kind of processor,
it's unnecessary to specify it)
+4. Build Iotivity project for Tizen
+ $ cd <top directory of the project>
+ $ gbs build -A xxx --packaging-dir tools/tizen/
+(xxx can be i586 or armv7l, we provide the spec file required by gbs tool at
+toools/tizen directory. gbs is default build tool for Tizen platfrom, we can
+refer the following wiki to setup Tizen development environment:
+https://source.tizen.org/documentation/developer-guide/getting-started-guide)
=== Build IoTivity project on Windows ===