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:
authorIvan <ivan@plugable.com>2015-05-12 21:03:48 +0300
committerIvan <ivan@plugable.com>2015-05-12 21:03:48 +0300
commit33ed4fd7cf5585bba1c29c30b9c9c0d7fb45fc6f (patch)
treec60ee618367dd3fcdf58882b0d95fa7d50b109ff /README.md
parentd70ee509b46a0e335efc94b061642c388c54bc5f (diff)
parenta7f4e2d0cddba53167dc4ae02a28a7971f4b4e2f (diff)
Merge branch 'master' of https://github.com/keepassx/keepassx
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ded021d4b..d15ddccac 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,13 @@ The following libraries are required:
* zlib
* libmicrohttpd
* QJSON
+* libxtst (optional for auto-type on X11)
+
+On Debian you can install them with:
+
+```bash
+sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev
+```
#### Build Steps