1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00

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

View File

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