-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add build instructions #203
Comments
do you build yourself, or it also fails? At least post here how you build so others perhaps could try it |
So what happened is that I tried to do this last weekend. I ran into an issue whereby the CMake build couldn't find the installed wxWidgets library. Not being a CMake expert I couldn't find the issue but it also convinced me I wasn't pleased with the way CMake is now the only way to build the lib due to the fact that it creates the exports.h file and so that file isn't found when using the other build techniques in the /build directory. So now I'm fixing that so that I don't need that file. |
For me, under Mingw, I think there are two kinds of wx library: I think you can follow this: And eranif's tool, either And later I think you can use the command:
I haven't tried this, I just give your the direction. BTW: code::blocks now can support defining the similar method named "global compiler variables", which can define a variable named "wx-config", see: asmwarrior/cb_projects_for_wxWidgets: Code::Blocks projects for building wxWidgets sample code |
Instructions for Ubuntu have been added here: https://github.com/wxIshiko/wxCharts/blob/main/docs/installation/README.md |
Instructions for Windows with Visual Studio have been added. |
The text was updated successfully, but these errors were encountered: