-
Notifications
You must be signed in to change notification settings - Fork 39
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
Is it possible to build this library under msys2's gcc? #14
Comments
The engine is tested with several compilers, see the https://github.com/kovacsv/VisualScriptEngine/wiki/Building-the-Engine page for details. I think it should work with mingw gcc, too. Just generate makefiles with cmake, and use the gcc compiler to build. |
First, thanks for the reply. But if you look at the CMakeLists.txt, I see some code snippet:
This looks like under Windows, it has only support the visual studio C++ compiler options. Thanks. |
Yes, you are right, instead of |
I'm not familiar with cmake, so I don't know how to tweak the cmakelist file. BTW: Thanks. |
Please try to modify the function in the
|
I looked at the cmakelist file, this file mainly are support the Microsoft visual studio c++, but not mingw gcc?
The text was updated successfully, but these errors were encountered: