qlever icon indicating copy to clipboard operation
qlever copied to clipboard

CMake install does nothing

Open kiufta opened this issue 2 years ago • 1 comments

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

kiufta avatar Sep 14 '22 15:09 kiufta

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).

joka921 avatar Sep 14 '22 19:09 joka921