Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow compiling headless version without wxwidget #116

Open
BSVogler opened this issue Apr 10, 2022 · 0 comments
Open

Allow compiling headless version without wxwidget #116

BSVogler opened this issue Apr 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BSVogler
Copy link
Contributor

BSVogler commented Apr 10, 2022

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:

  • a flag for the preprocessor to not include some code.
  • The entrypoint is currently relying on wxwidget for CLI args parsing. This should be replaced by some other library like the gopt or implemented manually.

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

@BSVogler BSVogler added the enhancement New feature or request label Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant