-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create proper build instructions for Windows #108
Comments
Got a successful build of the library on a Windows 10 VM. Tests also passing. Will write up instructions later. |
Ok, it turns out I was building it as 32-bit with mingw-32 :( This won't work as libsaxbospiral is 64-bit only. If anyone with more experience building 64-bit CMake projects on windows wants to try this out, invitation is open. |
Blocked until #138 is released as making the library support 32-bit arch's will simplify this greatly (tricky to get the 64-bit MinGW toolchain on Windows). |
No longer blocked as #138 is now released |
*nix-likes are pretty straightforward with CMake, but I need to properly suss out how to do it on Windows, and check that it works.
I'm only going to be able to test it on Windows 10, so I hope my findings here will be transferable for older versions of the OS.
The text was updated successfully, but these errors were encountered: