mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
Expand the build-dependency section of the README.
This commit is contained in:
parent
5cc3334325
commit
889c742a33
14
README.md
14
README.md
@ -49,9 +49,21 @@ Once downloaded, double click on the file to execute the installer.
|
|||||||
The following tools must exist within your PATH:
|
The following tools must exist within your PATH:
|
||||||
|
|
||||||
* make
|
* make
|
||||||
* cmake
|
* cmake (>= 2.6.4)
|
||||||
* g++ or clang++
|
* g++ or clang++
|
||||||
|
|
||||||
|
The following libraries are required:
|
||||||
|
|
||||||
|
* Qt 4 (>= 4.6)
|
||||||
|
* libgcrypt
|
||||||
|
* zlib
|
||||||
|
|
||||||
|
On Debian you can install them with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev
|
||||||
|
```
|
||||||
|
|
||||||
#### Build Steps
|
#### Build Steps
|
||||||
|
|
||||||
To compile from source:
|
To compile from source:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user