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

Make it possible to install gz-sim without the GUI components #8

Open
j-rivero opened this issue Jul 24, 2024 · 1 comment
Open

Make it possible to install gz-sim without the GUI components #8

j-rivero opened this issue Jul 24, 2024 · 1 comment
Assignees

Comments

@j-rivero
Copy link
Contributor

Currently there is no option of installing gz-sim without the GUI components. Motivated by osrf/docker_images#354 it should be possible to repacked the software to isolated the gui components in there own package and make then a soft dependency so no gui installations are possible.

@j-rivero
Copy link
Contributor Author

Looking into the gz-sim code, the Qt dependencies seems to be encapsulated in src/gui/CMakeLists.txt although the Qt5 dependency appears directly on the main CMakeLists.txt.

Looking into the -release repository the gui component is being stored into the libgz-sim package. That needs to be split out into its own package, something libgz-sim-gui.

gz-sim8-release on  main ❯ grep -R gui 
ubuntu/debian/libgz-sim.install:usr/share/*/*-*[0-99]/gui/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant