Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / linux / README
1 The build steps used in continuous integration can be found
2 in auto_build.sh which is also in the the repository root directory.
3
4 Go to the top directory of 'iotivity' project(Note: should always run 'scons'
5 command in this directory)
6
7 #1. build "connectivity" project (for release mode)
8         - execute 'scons resource/csdk/connectivity/' command
9
10 #2. build "example" for linux
11         - execute 'scons resource/csdk/connectivity/samples/linux/' command
12
13 #3. execute sample program
14         - you should link the "connectivity_abstraction" library.
15         ex. cd out/linux/x86/release/resource/csdk/connectivity/samples/linux
16             ./casample
17