Windows support?
Is it possible to use this library in Windows? If so, would you provide some pointers for compiling it in Windows? Thank you for your help.
Windows support is on my priority list for new features. I don't believe there is anything in the codebase that is incompatible with MSVC, but I don't have access to a Windows machine to test with at present. You will likely have to install the dependencies by hand (the process should be straightforward, see the get_*.sh scripts under scripts_include), and you will likely have to comment out the dependency checksums in the root CMakeLists.txt file, but otherwise I have tried to avoid anything Unix specific in the build system. If you do run into any specific issues or have questions, please get in touch and I am more than happy to help you get the codebase up and running on Windows.