Dear All, I'm a MSc student and I'm tryng to work with IoTivity. I would like to compile a custom program in c++ that uses IoTivity without recompile all the environment every time. I tried to create a SConscript making a copy-paste from examples but it does not work. This is my enviroment:
-In my folder ~/apps I have a my program code (my_programA.cpp and my_programB.cpp) and I would like to compile it. (My program A is a OIC server and MyProgram B is a OIC client) -In ~/IoTivity I have the Iotivity code cloned from github I compiled Iotivity ($ scons in ~/IoTivity) and examples work. How can I create the SConstruct file for my program? Or Should I create a Makefile? Any Suggestion is welcome! Cheers, Mattia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160915/f339b44c/attachment.html>
