Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Windows ? #43

Open
keshpa opened this issue Sep 13, 2017 · 3 comments
Open

Support for Windows ? #43

keshpa opened this issue Sep 13, 2017 · 3 comments

Comments

@keshpa
Copy link

keshpa commented Sep 13, 2017

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

@npmccallum
Copy link
Contributor

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

@npmccallum
Copy link
Contributor

I have pushed the following three patches:
3a0ebe7
961d95c
77afe69

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.

@mpsun
Copy link

mpsun commented Jul 22, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants