-
Notifications
You must be signed in to change notification settings - Fork 15
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 use minGW/gcc on windows? #38
Comments
Yes, this should be fine. I'm not sure it has been tested before! You can use |
well i tried compiling the lib in the sample and i got this Using MinGW |
and for using visual studio what composent need to be installed? the system can't found nmake, j installed MSCV and c++ tools for cmake (edit : it seems that my install has not correctly put bin folder on MSCV to path) |
when using nmake i got this error Microsoft (R) Program Maintenance Utility Version 14.26.28806.0
Microsoft (R) C/C++ Optimizing Compiler Version 19.26.28806 for x64 adder.c |
So I think the |
ho ok |
Hello, i don't want to install vsbuild tools because it's an imense bloat, can i use gcc?
The text was updated successfully, but these errors were encountered: