mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-05 05:31:11 -04:00
Update optional dependencies in the README.
This commit is contained in:
parent
9bd3ab717e
commit
4867d26f7d
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@ The following libraries are required:
|
||||||
* Qt 4 (>= 4.6)
|
* Qt 4 (>= 4.6)
|
||||||
* libgcrypt
|
* libgcrypt
|
||||||
* zlib
|
* zlib
|
||||||
* libxtst (optional for auto-type on X11)
|
* libxi, libxtst (optional for auto-type on X11)
|
||||||
|
|
||||||
On Debian you can install them with:
|
On Debian you can install them with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev
|
sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev libxi-dev libxtst-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Build Steps
|
#### Build Steps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue