I have successfully installed the wxWidgets v3.1.1 banaries from CodeLite’s website Here The problem is the installation has no .cpp files for step inside debugging. So I had to download the source code to get the .cpp files. My question is where to extract them in the system? Thank you. Answer You can …
Tag: wxwidgets
how to compile wxwidgets on aarch64 with neon disabled
I need to use a wxwidgets application on my rooted device running Ubuntu yakkety but when I compile with default settings and run it, this is what happens- What do I need to do to disable the neon specific code? Clarification This is not cross compiling. I am compiling wxwidgets on the device itself, i.e., on…
WX_CONFIG_OPTIONS: command not found
I’m trying to build Aegisub on linux mint, I’m getting the following error during ./autoget.sh Is there a specific package that I need to install or what exactly is the problem here? Answer There used to be an Arch Linux packaging page which stated that aegisub only supported version 2.9 of wxGTK …