Add an INSTALL file with some basic instructions on how to build, test and install KeePassX.

This commit is contained in:
Felix Geyer 2011-12-29 23:24:01 +01:00
parent ccc8725bb3
commit ccdeadfd2a

14
INSTALL Normal file
View 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"]