-
Notifications
You must be signed in to change notification settings - Fork 121
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
Compile under Visual Studio on Windows #27
Comments
Hi, |
Visual studio 2019 community, windows 10 19041 |
ok. Tested on Windows 10 18363 and no errors for me. Can you give me the error ? |
Another idea: Try to compile with PellesC. Here is a batch example:
|
Are you using cmake? Can you walk me through the steps? I've used cmakegui to generate visual studio project files for several other projects here on github and they've been rather painless. |
I'm trying to compile a static library under visual studio on Windows so its linked against the MSVCRuntimes. CMake-GUI throws errors with the included makefile and manually creating the project gives me a slew of errors.
Theres got to be an easier, more straightforward way to do this, its advertised on the readme that it supports VS compilation but I can't find any docs covering it.
The text was updated successfully, but these errors were encountered: