Make the lib to compile
Make the lib to compile after the upstream-merge.
Run autogen.sh
-
Check on Ubuntu -
Check on Mac
Run configure
-
run configure --prefix=/tmp/libcoap --disable-examples-
Check on Ubuntu -
Check on Mac
-
-
run make install-
Check on Ubuntu -
Check on Mac
-
-
run configure --prefix=/tmp/libcoap --disable-examples --enable-shared(--enable-shared is used in prereq.sh)-
Check on Ubuntu -
Check on Mac
-
-
run make install-
Check on Ubuntu -
Check on Mac
-
Note: --disable-examples is required as tools required to build examples are not present by default on either system (see comment below).