Merge "Adding PCF() wrappers to OC_LOG() calls that were missing in the stack."
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / linux / README
1
2 #1. build "connectivity" project
3         - execute make command in "connectivity/build/" folder.
4
5 #2. build "example" for linux
6         - execute make command in "connectivity/samples/linux/" folder.
7
8 #3. execute sample program
9         - you should link the "connectivity_abstraction" library.
10         ex. LD_LIBRARY_PATH=../../../build/out ./sample_main
11         
12 #4      execute sample.sh in "connectivity/samples/linux/" folder
13  ex.    $./sample.sh (This will make a clean build and execute application)
14