You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the installation path for manual pages is hardcoded to
"PREFIX/share/man/man1", which causes trouble on systems that use a different install path (like "PREFIX/man/man1") instead.
Other projects use something like -DINSTALL_MAN_DIR. Please add something like this to fluidsynth's cmake build system.
The following options from the auto-tools build system are also missing, with the corresponding name for the CMake based build system:
--docdir (DOC_INSTALL_DIR)
--libdir (LIB_INSTALL_DIR)
--infodir (INFO_INSTALL_DIR)
--datarootdir (DATA_INSTALL_DIR)
--includedir (INCLUDE_INSTALL_DIR)
--mandir (INSTALL_MAN_DIR)
--bindir (BIN_INSTALL_DIR)
Currently the installation path for manual pages is hardcoded to
"PREFIX/share/man/man1", which causes trouble on systems that use a different install path (like "PREFIX/man/man1") instead.
Other projects use something like -DINSTALL_MAN_DIR. Please add something like this to fluidsynth's cmake build system.
Reported by: ppr-kut
Original Ticket: fluidsynth/tickets/90
The text was updated successfully, but these errors were encountered: