-
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
Cant get it to build on windows #174
Comments
Make sure the wxWidgets library is installed correctly. Also, last time I checked, cmake had problems detecting the latest version of the wxWidgets library on Windows, try building with the old stable version ( 3.0.5 ). |
I'm new to cmake and the instructions for using cmake on the wxWidgets website seem incomplete. The process I have been doing is downloading the installer, installing then building with cmake, then opening the 17.sln and building within VS. Is this correct or am I going about it wrong. |
I'm experiencing the same issue. I've tried cmake 3.30.5, and both the latest version of wxWidgets and version 3.0.5, specifying the paths as recommended here: https://stackoverflow.com/a/48947121.
|
I want to contribute to this project but Im having trouble getting it to build on windows. Nothing I do will make cmake find wxWidgets
The text was updated successfully, but these errors were encountered: