Skip to content

Is there a way to install eCAL without GUI dependencies? #960

Answered by FlorianReimold
chengguizi asked this question in Q&A
Discussion options

You must be logged in to vote

We currently don't provide a non-GUI debian installer as binary. This is kind of on our roadmap (especially for the PPA), but it's not realized, yet.

You can however easily compile and pack a pure headless version yourself, by setting the following CMake Option to OFF:

option(HAS_QT5 "Platform supports Qt 5 library" ON)

Here is a basic introduction on how to compile eCAL:
https://eclipse-ecal.github.io/ecal/development/building_ecal_from_source.html#fa-ubuntu-building-ecal-on-ubuntu

If you want to closely re-create our official binaries, here are the CMake Options that we are using:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chengguizi
Comment options

Answer selected by chengguizi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants