From fbc7bf68127a6681157569a28b1c63291ca25f90 Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Thu, 10 Sep 2015 23:29:48 +0200 Subject: [PATCH 1/2] Update Python dependency If you try to build with Python 3 you run in build errors. Python 2 has to be the system default. --- docs/user/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 885a3887..c14753ef 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -25,6 +25,7 @@ Dependencies To build Gluon, several packages need to be installed on the system. On a freshly installed Debian Wheezy system the following packages are required: +* `python2` (Python 3 will not work) * `git` (to get Gluon and other dependencies) * `subversion` * `build-essential` From e4472034792f52719d3f3a948ea37bdb5c6bf55f Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Thu, 10 Sep 2015 23:40:20 +0200 Subject: [PATCH 2/2] Documentation build dependeny update libssl-dev is required for gluon version 2015+ --- docs/user/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index c14753ef..7c0e478a 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -33,6 +33,7 @@ freshly installed Debian Wheezy system the following packages are required: * `unzip` * `libncurses-dev` (actually `libncurses5-dev`) * `libz-dev` (actually `zlib1g-dev`) +* `libssl-dev` Building the images