Closed GoogleCodeExporter closed 9 years ago
Sorry, we forgot to update the INSTALL file. Here's the list of new variables
has defined in cmake/paths.cmk from the source directory:
CMAKE_INSTALL_PREFIX: Default to "/usr/local", everything is relative to this
one.
This is equivalent to --prefix in autoconf.
BIN_INSTALL_DIR: Default to "bin" resulting in /usr/local/bin
LIB_INSTALL_DIR: Default to "lib${LIB_SUFFIX}"
LIB_SUFFIX: Default to "", often set to "64" on multilib 64bit system
LIBEXEC_INSTALL_DIR: Default to "libexec"
INCLUDE_INSTALL_DIR: Default to "include"
SYSCONF_INSTALL_DIR: Default to "etc"
SHARE_INSTALL_DIR: Default to "share"
I hope this will help. I'll keep this bug open until the INSTALL file is fixed,
again sorry for the inconveniences.
Original comment by nicolas.dufresne@gmail.com
on 24 Aug 2010 at 3:53
Oops, I kind of miss the main point, MODULE_INSTALL_DIR can be set to change
the place modules are being installed. Be aware that modules API/ABI is not yet
stable, so you should not mix old modules with new one.
Finally, bumping to latest version (current is 0.4.5) is always recommended.
Original comment by nicolas.dufresne@gmail.com
on 24 Aug 2010 at 3:58
INSTALL file has been updated, will be included soon in 0.4.6 tiny release.
Original comment by nicolas.dufresne@gmail.com
on 24 Aug 2010 at 6:25
Marked fixed.
Original comment by nicolas.dufresne@gmail.com
on 24 Aug 2010 at 6:25
Thanks for the fast fix. The only reason I wanted to change the module dir was
because the modules were installed into /usr/libproxy by default rather than
/usr/lib/libproxy in 0.4.4. I see this is fixed in 0.4.5, and I have no need to
customize the module dir. :)
Original comment by elliot...@gmail.com
on 25 Aug 2010 at 3:22
Original comment by nicolas.dufresne@gmail.com
on 1 Sep 2010 at 7:48
Original issue reported on code.google.com by
elliot...@gmail.com
on 24 Aug 2010 at 7:39