Skip to content

Commit d23f05d

Browse files
authored
Merge pull request #1695 from Meteorix/master
change dependency from jdk7 to jdk8
2 parents 51e783c + bc77605 commit d23f05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7575
On Arch Linux (64 bit) you should be able to run the following to
7676
install most of the dependencies (note: this list may not be

0 commit comments

Comments
 (0)