From 26ccd577b513a380fd99e6dd96bfb9d5b9501faa Mon Sep 17 00:00:00 2001 From: Nairolf21 Date: Fri, 18 Sep 2015 01:13:53 -0700 Subject: [PATCH] Update dependencies to build KeepassX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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