jose icon indicating copy to clipboard operation
jose copied to clipboard

Support for Windows ?

Open keshpa opened this issue 8 years ago • 3 comments

I couldn't detect if the project was being actively compiled and used on Windows. Is there a plan ?

keshpa avatar Sep 13 '17 20:09 keshpa

I have not worked on it. But I would gladly accept patches!

npmccallum avatar Sep 13 '17 21:09 npmccallum

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.

npmccallum avatar Sep 18 '17 19:09 npmccallum

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.

mpsun avatar Jul 22 '19 20:07 mpsun