Notes for compiling on Windows
These are initial notes for compiling on Windows
- MS Visual Studio 2013 (as both compiler + IDE) works
- Complete setup, build, and packaging instructions are here.
- Qt Creator (as IDE) works, using MSVC 2013 as the compiler
- Instructions for setting it up and building haven't yet been written up
Windows XP compatibility
When compiling 32-bit builds, Windows XP compatibility can be enabled for them.
CMake
This post mentions adding -T vc120_xp to the cmake command line as one way to make it happen.
MSVC 2013
Using the MSVC 2013 IDE, it can be achieved like this:

Related Issue(s) in our repo
Other notes
- Conan looks like it might be useful for dependency management - https://www.conan.io. It's Open Source.