qlever
qlever copied to clipboard
CMake install does nothing
Dear programmers,
I'm not dockering, but trying to package for my distro.
cmake --install .
is doing nothing.
What is the designated way to install qlever?
CreatePatternsMain
IndexBuilderMain
PermutationExporterMain
PrefixHeuristicEvaluatorMain
ServerMain
TurtleParserMain
VocabularyMergerMain
Hi,
Typically one only needs IndexBuilderMain
and ServerMain
which are self-contained. The other binaries are mostly for internal debugging and performance tests.
What are you trying to package for which distro, and why do you have the need for that? QLever is still under heavy development, so we recommend always using recent versions.
We also recommend using the qlever control script
(see link on the main page).