mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 01:50:10 -05: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
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…
x
Reference in New Issue
Block a user