From: saerome.kim Date: Wed, 29 Nov 2017 08:43:07 +0000 (+0900) Subject: Add intial comment about how to use iotivity library X-Git-Tag: submit/tizen/20190131.065036~309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73b1113da9ac041a3505895ae6be53866a32b3f9;p=platform%2Fcore%2Fapi%2Fmulti-device-group.git Add intial comment about how to use iotivity library Signed-off-by: saerome.kim --- diff --git a/README.md b/README.md index 8fde10a..7d3026a 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# d2d-manager \ No newline at end of file +# d2d-manager + +To test d2d-manager and sample apps, you must build iotivity locally with following modifications: + +1. build_common/SConscript + ++ defines.append('-DMULTIPLE_OWNER=1') + +2. packaging/iotivity.spec ++ %{!?MULTIPLE_OWNER: %define MULTIPLE_OWNER 1} + ++ cp ./extlibs/cjson/cJSON.h %{buildroot}%{_includedir} ++ cp -R ./resource/csdk/connectivity/lib/libcoap-4.1.1/include/* %{buildroot}%{_includedir} + + +After iotivity build succeeds, copy the following package to GBS-ROOT. + +~/GBS-ROOT/unified-standard/local/repos/unified_standard/armv7l/RPMS + +iotivity-1.2.1-9.armv7l.rpm +iotivity-devel-1.2.1-9.armv7l.rpm