You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I couldn't detect if the project was being actively compiled and used on Windows. Is there a plan ?
The text was updated successfully, but these errors were encountered: