GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
755 stars 60 forks source link

Added two more dependency packages. #156

Open LukasvdWiel opened 1 year ago

LukasvdWiel commented 1 year ago

Apparently cmake also wishes for Doxygen. A warning is shown when it is not present. The widgets are vital. Cmake aborts on an error when the wxWidgets package is not installed.

timhutton commented 1 year ago

@LukasvdWiel Most people don't need to run doxygen, so it is optional by intention. If there's a way to suppress the warning that might be useful.

When you say cmake aborts without libwxgtk3.0-gtk3-dev, do you mean when doxygen is used, or always?