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>2015-09-19 12:28:03 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-19 12:28:03 +0300
commit6f5871434de2333f76461ad2af51aa8f2ff5e02f (patch)
treed538de91c4bcdfe54b5f6415c9b967d6d1e336fc /README.md
parent685f249fd0ea5f988232122e089c8cb6b1dd9342 (diff)
Update required version of build-dependencies.
Refs #350
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ae6e6e62..0c18ff317 100644
--- a/README.md
+++ b/README.md
@@ -50,12 +50,12 @@ The following tools must exist within your PATH:
* make
* cmake (>= 2.8.12)
-* g++ or clang++
+* g++ (>= 4.7) or clang++ (>= 3.0)
The following libraries are required:
* Qt 5 (>= 5.2): qtbase and qttools5
-* libgcrypt
+* libgcrypt (>= 1.6)
* zlib
* libxtst, qtx11extras (optional for auto-type on X11)