X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=Readme.scons.txt;h=9b2b59079025ba27b3496a61e58e8f25e433c183;hb=09ba83a875aefcbc481fe84904d24260dacdae05;hp=0d4e9b05b6d72b732e0d0ba723953efcb732e275;hpb=be9218082e4bd666f76e417502d6260c41890769;p=platform%2Fupstream%2Fiotivity.git diff --git a/Readme.scons.txt b/Readme.scons.txt index 0d4e9b0..9b2b590 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -31,6 +31,10 @@ message to install tinycbor) ('' is the path to 'iotivity' project. If your device is x86, arm, or arm64, please change 'x86_64' to the proper arch) +3. To build and test IoTivity with Security enabled (required for certification) +follow the instructions found in: + /resource/csdk/security/README-building-and-running-secure-IoTivity-stack.txt + == How to build IoTivity projects == IoTivity includes a series of projects. You can find all these projects here: @@ -280,6 +284,16 @@ See run.bat for more example usage parameters * 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) + * LOG_LEVEL=DEBUG or INFO or WARNING or ERROR or FATAL + (select log level to print, LOGGING option should be true) + default is debug level with no private log. + ex) LOG_LEVEL=DEBUG : All logs including DEBUG, INFO, WARNING, ERROR, FATAL level is printed. + and private log is disabled. + LOG_LEVEL=INFO : The logs including INFO, WARNING, ERROR, FATAL level is printed. + and private log is disabled. + LOG_LEVEL=WARNING : The logs including WARNING, ERROR, FATAL level is printed. + LOG_LEVEL=ERROR : The logs including ERROR, FATAL level is printed. + LOG_LEVEL=FATAL : FATAL level is printed. Note: 1) for convenience, a script (auto_build.sh) is provided to run possible build