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:
parent
4eeb1d4d18
commit
185d805856
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue