Hi, Before someone complains, here are some instructions regarding building iotivity on Linux (and Tizen), you need to install sqlite system wide before building master branch.
Please update the official documentation, (or tell me how to ?) Meanwhile here is an excerpt from this page: https://wiki.iotivity.org/build sqlite: is needed for secured build. For Linux and Tizen, system's one should be used, so you need to install it: On Debian based distro: sudo apt-get install libsqlite3-dev If sqlite3 is not available in your GNU/Linux distro, you'll have to revert this patch and please file a bug. https://gerrit.iotivity.org/gerrit/#/c/9135/ Then it will behave like Others OS (windows, ?) and will pull this package: http://www.sqlite.org/2015/sqlite-amalgamation-3081101.zip If documentation is not mentioning about sqlite3 please let us know. Note version 1.2.0 and earlier is pulling sqlite and using system one is not recommended. Ask me for support -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/
