Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/it
  • also, maybe building static libs is a good idea then (cmake -DBUILD_SHARED_LIBS=OFF), since you won't be allowed to install the so's to system path either.