File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ p4a has several dependencies that must be installed:
5555- ant
5656- python2
5757- cython (can be installed via pip)
58- - a Java JDK (e.g. openjdk-7 )
58+ - a Java JDK (e.g. openjdk-8 )
5959- zlib (including 32 bit)
6060- libncurses (including 32 bit)
6161- unzip
@@ -70,7 +70,7 @@ install most of these with::
7070
7171 sudo dpkg --add-architecture i386
7272 sudo apt-get update
73- sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7 -jdk unzip ant ccache autoconf libtool
73+ sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8 -jdk unzip ant ccache autoconf libtool
7474
7575On Arch Linux (64 bit) you should be able to run the following to
7676install most of the dependencies (note: this list may not be
You can’t perform that action at this time.
0 commit comments