mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add an INSTALL file with some basic instructions on how to build, test and install KeePassX.
This commit is contained in:
parent
ccc8725bb3
commit
ccdeadfd2a
1 changed files with 14 additions and 0 deletions
14
INSTALL
Normal file
14
INSTALL
Normal file
|
@ -0,0 +1,14 @@
|
|||
Building:
|
||||
=========
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DWITH_GUI_TESTS=ON]
|
||||
make [-jX]
|
||||
|
||||
Installing:
|
||||
===========
|
||||
make install [DESTDIR=X]
|
||||
|
||||
Run tests:
|
||||
==========
|
||||
make test [CTEST_OUTPUT_ON_FAILURE=1] [ARGS+=-jX] [ARGS+="-E testgui"]
|
Loading…
Add table
Add a link
Reference in a new issue