0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

Update dependencies to build KeepassX

This commit is contained in:
Nairolf21 2015-09-18 01:13:53 -07:00
parent 5a13402b51
commit 26ccd577b5

View File

@ -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