From 2c2c70de47037b9baff4c434ec1d47b6e44b9bba Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Thu, 10 Sep 2015 23:54:27 +0200 Subject: [PATCH] Update build dependency documentation Build requires Python 2 and libssl-dev --- docs/user/getting_started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 885a3887..54d64e9d 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -27,12 +27,13 @@ freshly installed Debian Wheezy system the following packages are required: * `git` (to get Gluon and other dependencies) * `subversion` +* `python2` (Python 3 doesn't work) * `build-essential` * `gawk` * `unzip` * `libncurses-dev` (actually `libncurses5-dev`) * `libz-dev` (actually `zlib1g-dev`) - +* `libssl-dev` Building the images -------------------