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

windows support #68

Open
4 tasks
noah1510 opened this issue Aug 25, 2020 · 2 comments
Open
4 tasks

windows support #68

noah1510 opened this issue Aug 25, 2020 · 2 comments

Comments

@noah1510
Copy link
Contributor

At the moment windows is not tested despite the large developer/user base.
Here are some steps to get basic windows support working.

  • figure out how to install windows dependencies
  • update Ci to also build for windows
  • test meson windows build (should work out of the box)
  • test cmake windows build (maybe also works out of the box)
@barcharcraz
Copy link
Contributor

Things seem to compile fine on windows, I've made a vcpkg port. However shared builds don't work because you don't export any symbols.

@barcharcraz
Copy link
Contributor

oh, I had to patch a single definition that wouldn't compile in msvc since msvc doesn't support compound literals in c++ mode.

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

No branches or pull requests

2 participants