X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Readme.scons.txt;h=1c2d0dd8ba1a9440fbc7e1d99de27522cb85e167;hb=af7778798364d4a7792b09ec6c608b72335c239d;hp=3d81eae0f9c475d9be47f89f07e76b4f44432ccb;hpb=a56d4c2ad4de4ed354ada9ec50f6c8ba73f4ffad;p=platform%2Fupstream%2Fiotivity.git diff --git a/Readme.scons.txt b/Readme.scons.txt index 3d81eae..1c2d0dd 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -202,7 +202,7 @@ Tizen: $ scons TARGET_OS=tizen TARGET_TRANSPORT=ALL -c (for clean) (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 +gbs is default build tool for Tizen platform, we can refer the following wiki to setup Tizen development environment: https://source.tizen.org/documentation/developer-guide/getting-started-guide) @@ -265,6 +265,8 @@ IOS: * WITH_RA=true or false (Build with Remote Access module) * WITH_RD=1 or 0 (Build including Resource Directory) * SIMULATOR=true or false (Build with simulator module) + * Possible values for are: PUB,SUB,BROKER (Build including Message Queue) + -> PUB : publisher, SUB : subscriber, BROKER : MQ broker(not supported yet) Note1: Currently most IoTivity project doesn't support Windows, so you can't set TARGET_OS to 'windows' except the project support Windows.