Open Apteryks opened 6 months ago
The README does mention one should use cmake -D__LIB=lib ..
, but it seems this should at least be the default.
I guess it should simply honor CMAKE_INSTALL_LIBDIR
instead of replacing it with __LIB
. Distributions such as GNU Guix are already setting that as part of their build tooling.
I agree; the CMake file should simply install in CMAKE_INSTALL_LIBDIR
. Latest master
still installs things into /usr/local
by default.
Currently, this is what the installation tree looks like when specifying just the global installation prefix:
This is unconventional; the convention being that the libraries should go under
$PREFIX/lib
.