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:
authorNairolf21 <fcoste21@gmail.com>2015-09-18 11:13:53 +0300
committerNairolf21 <fcoste21@gmail.com>2015-09-18 11:13:53 +0300
commit26ccd577b513a380fd99e6dd96bfb9d5b9501faa (patch)
treeab7b22b0f9471da21f7ee6665dbee56c2c5a0803 /README.md
parent5a13402b51b7d05758b54ac975208b1f2ac2fa5c (diff)
Update dependencies to build KeepassX
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8edd02238..1ae6e6e62 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ The following libraries are required:
On Debian you can install them with:
```bash
-sudo apt-get install build-essential cmake qtbase5-dev libqt5x11extras5-dev qttools5-dev qttools5-dev-tools libgcrypt11-dev zlib1g-dev
+sudo apt-get install build-essential cmake qtbase5-dev libqt5x11extras5-dev qttools5-dev qttools5-dev-tools libgcrypt20-dev zlib1g-dev
```
#### Build Steps