Skip to content

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 …