This commit is contained in:
Ronny Trommer 2015-09-10 21:40:21 +00:00
commit ff8bf5bffd

View File

@ -25,6 +25,7 @@ Dependencies
To build Gluon, several packages need to be installed on the system. On a To build Gluon, several packages need to be installed on the system. On a
freshly installed Debian Wheezy system the following packages are required: freshly installed Debian Wheezy system the following packages are required:
* `python2` (Python 3 will not work)
* `git` (to get Gluon and other dependencies) * `git` (to get Gluon and other dependencies)
* `subversion` * `subversion`
* `build-essential` * `build-essential`
@ -32,6 +33,7 @@ freshly installed Debian Wheezy system the following packages are required:
* `unzip` * `unzip`
* `libncurses-dev` (actually `libncurses5-dev`) * `libncurses-dev` (actually `libncurses5-dev`)
* `libz-dev` (actually `zlib1g-dev`) * `libz-dev` (actually `zlib1g-dev`)
* `libssl-dev`
Building the images Building the images