mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-23 16:10:00 -05:00
Document CMAKE_BUILD_TYPE parameter.
This commit is contained in:
parent
c29c423ec8
commit
2ac659f408
9
INSTALL
9
INSTALL
@ -2,9 +2,16 @@ Building:
|
|||||||
=========
|
=========
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DCMAKE_VERBOSE_MAKEFILE=ON] [-DWITH_GUI_TESTS=ON]
|
cmake .. [CMAKE PARAMETERS]
|
||||||
make [-jX]
|
make [-jX]
|
||||||
|
|
||||||
|
Common cmake parameters:
|
||||||
|
========================
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr/local
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE=ON
|
||||||
|
-DCMAKE_BUILD_TYPE=<RelWithDebInfo/Debug/Release>
|
||||||
|
-DWITH_GUI_TESTS=ON
|
||||||
|
|
||||||
Installing:
|
Installing:
|
||||||
===========
|
===========
|
||||||
make install [DESTDIR=X]
|
make install [DESTDIR=X]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user