-
Notifications
You must be signed in to change notification settings - Fork 21
Compilation and installation options
Simon Ninon edited this page Apr 4, 2018
·
2 revisions
By default, the make install command will install the library globally in your system (/usr/lib for example).
You can change that location by using a dedicated cmake option:
cmake -DCMAKE_INSTALL_PREFIX=/destination/path ..cmake .. -DCMAKE_BUILD_TYPE=DebugPlease refer to the embedded wiki page.
Need more information? Open an issue.