We don't currently have any windows support, and though it is in a long-term plan, I'm not aware of when it will show up. I'm also note aware of anyone successfully doing this.
WE do have a few POSIX specific functions throughout the C code, and our C++ code requires pretty good C++11 support (Read MSVC 2015). The POSIX functions would need to be worked around in order to make it build on windows. Consider trying to use mingw to compile on windows, you may need to write your make-system yourself, or potentially add in replacements for the POSIX functions though. On Mon, 2015-06-22 at 15:04 +0000, Balta, EliX wrote: > Hi Everyone, > > > > I am developing an application which requires some IoTivity > functionality (mainly the CSDK). > > However, the app needs to run on Windows as well, and unfortunately, > as I understood from the documentation, it is not currently supported. > > I?ve decided to try my luck anyways and attempted to build the latest > release (0.9.1) using ?scons TARGET_OS=windows TARGET_ARCH=x86? but as > expected, the build failed at some point with a scons error. > > I have two questions: > > 1) Has anyone managed to successfully build IoTivity (or just the > CSDK) under windows? > > 2) How soon can we expect to see a release that would support > Windows out-of-the-box? > > > > Thanks, > > Eli Balta. > > > > > --------------------------------------------------------------------- > A member of the Intel Corporation group of companies > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev
