Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-12-30 02:24:01 +0400
committerFelix Geyer <debfx@fobos.de>2011-12-30 02:24:01 +0400
commitccdeadfd2ac1be8234db3482f2037d73f9fd5d9f (patch)
tree5a14609daa294b7db3b78181e3c7ce7778c22154
parentccc8725bb3923f376199deadaf1ce0c7741fa7e9 (diff)
Add an INSTALL file with some basic instructions on how to build, test and install KeePassX.
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000..f3907339e
--- /dev/null
+++ b/INSTALL
@@ -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"]