Update installation requirements

Adding python 2 to be installed & changing to the new libpng-dev
This commit is contained in:
yehia Amer 2021-07-12 18:43:43 +02:00 committed by GitHub
parent 6c9903354f
commit 74212e16df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
On Debian/Ubuntu (as root or using sudo):
```
>apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool
>apt-get install libpng12-dev libglib2.0-dev libgtk2.0-dev gperf
>apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool python
>apt-get install libpng-dev libglib2.0-dev libgtk2.0-dev gperf
>apt-get install rsync git subversion mercurial
```