From 889c742a3351bd63d8bbc8a89e8071aed7d66616 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 30 Nov 2014 23:31:25 +0100 Subject: [PATCH] Expand the build-dependency section of the README. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 493c6334..ac69c572 100644 --- a/README.md +++ b/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: * make -* cmake +* cmake (>= 2.6.4) * 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 To compile from source: