Support for Windows ?
I couldn't detect if the project was being actively compiled and used on Windows. Is there a plan ?
I have not worked on it. But I would gladly accept patches!
I have pushed the following three patches: 3a0ebe7fca157a9f301f02418148df02f5492aec 961d95c24d1e61d7f19b9105cee3d8100ea6e118 77afe69004df1a014dce1fd6c2bcd942f7602d6e
These patches make jose compile on Windows using MinGW. However, I have not been able to get the tests to run. So I don't know if it actually works. I don't plan on putting any more effort into it. But someone generally familiar with building on Windows should be able to make this work.
Have you tried building on Windows using meson? I am having trouble getting the build to find third-party libraries. Meson appears to fall back to cmake's find_package() to search for libraries. To find zlib, one can define ZLIB_SEARCH_ROOT, but jansson on the other hand does not appear to have a FindJansson.cmake kind of file in the latest version of cmake, and then the meson build fails.