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:
55
55
- ant
56
56
- python2
57
57
- cython (can be installed via pip)
58
- - a Java JDK (e.g. openjdk-7 )
58
+ - a Java JDK (e.g. openjdk-8 )
59
59
- zlib (including 32 bit)
60
60
- libncurses (including 32 bit)
61
61
- unzip
@@ -70,7 +70,7 @@ install most of these with::
70
70
71
71
sudo dpkg --add-architecture i386
72
72
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
74
74
75
75
On Arch Linux (64 bit) you should be able to run the following to
76
76
install most of the dependencies (note: this list may not be
You can’t perform that action at this time.
0 commit comments