-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add the support for Windows #10
Comments
Will be addressed by using an additiional meson build system. Getting automake to work on windows is not going to work. |
I was able to build this, and build and run the examples on Windows in an MSys2/Mingw64 environment. |
I would like to see the library to be native compilable under Microsoft C, so there are no dependencies on MSys2 and Mingw64 libraries. But in order to compile this under MS C a huge amount of GNU dependencies need to be changed. And I am not sure if this is an easy task. Since most of the macros use GNU compiler specialies. The build system is not a big deal in my opinion. Am I the only one interested in a plain windows dll without further dependencies? |
Just built and run some examples under windows with reduced perf and functionality:
Not sure will I contribute it or not soon, because I still need to run tests properly and make my changes readable |
Failed to build on Windows using MinGW.
For example,
The text was updated successfully, but these errors were encountered: