Added package python2.7 as dependency

Ubuntu 17.04 comes without python 2.x preinstalled, so need to install manually
This commit is contained in:
rapha-dev 2018-01-14 14:11:55 +01:00 committed by Jan-Philipp Litza
parent 4eeb1d4d18
commit 185d805856
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Um die Bremer Firmware zu bauen sind folgende Vorbereitungen notwendig:
```sh
# Build-Dependencies installieren (Debian/Ubuntu)
sudo apt-get install coreutils schedtool build-essential subversion git libncurses5-dev zlib1g-dev unzip gawk libssl-dev
sudo apt-get install coreutils schedtool build-essential subversion git libncurses5-dev zlib1g-dev unzip gawk libssl-dev python2.7
# Dieses und das Gluon-Repository clonen
git clone --recursive https://github.com/FreifunkBremen/gluon-site-ffhb.git
```