-
Notifications
You must be signed in to change notification settings - Fork 34
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
Compiling on Windows using MSYS / gfortran #4
Comments
You can build it with Cygwin tools and the MinGW compilers. Install Cygwin and the packages listed I'm looking into using MSYS tools. |
Thanks - I'll have a go with mingw64 when I can set that up.
|
Looks like the original issue was that I made some changes to the qml build system to support MSYS and added relevant instructions to the wiki page. The end result should be the same regardless of whether Cygwin or MSYS is used to run configure and make. The binaries are compiled with MinGW-w64 in either case. |
Don't forget to update qml to 0.5.3 and you need to install MinGW-w64 (see bottom of Compiling on Windows) and set up the path to it. The detected compilers should be called |
thanks - will give this a shot and report back. |
gfortran does not pass the compile checks - how do you build this on windows?
The text was updated successfully, but these errors were encountered: