molovol / MoloVol

MoloVol is a free, cross-plattform, scientific software for volume and surface computations of single molecules and crystallographic unit cells.
https://molovol.com
MIT License
22 stars 4 forks source link

Allow compiling headless version without wxwidget #116

Open BSVogler opened 2 years ago

BSVogler commented 2 years ago

Motivation:

The headless version is currently compiled with wxwidget. This is bad because it needs ubuntu in the base image and requires additional compile time. There is no strong requirement to include wxwidget when using it in headless mode.

Implementation

In order to compile without wxwidget for the headless version we need:

An MVP could be developed when providing with a list of required CLI args from all of the CLI options.