Since this is a fresh install of Linux Mint, I have to assume that C::Bs installed wxWidgets. If that's true, then I need to know what flags were used in its build. I want to install wxSQLite3. And according to Utelle, here (https://github.com/utelle/wxsqlite3#wxGTK), I need to use the same build flags for wxSQLite3 that wxWidgets was built with.
Thanks.
We don't ship binaries for wxwidgets (wxgtk is the name of the package most probably) on linux. We use the system library provided by your distro.
Thanks.