Initial merge-commit of the OIC code. Should successfully do discovery for single...
[platform/upstream/iotivity.git] / csdk / occoap / README.txt
1 #==============================================================================
2 # Build instructions for Linux
3 #==============================================================================
4
5 In ./occoap directory
6 clean ==> make clean
7 build ==> make
8
9 #==============================================================================
10 # Unit test instructions for Linux
11 #==============================================================================
12
13 After building (make), run
14 ./occoap/bin/debug/occoaptest
15
16