mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
[doc] Build: update Android instructions to openjdk-17-jdk-headless (#12345)
Closes #12344.
This commit is contained in:
parent
d706a129fa
commit
6eddc66516
@ -43,13 +43,13 @@ Some platforms will require additional packages:
|
||||
|
||||
#### for Android
|
||||
|
||||
Building for Android requires `openjdk-8-jdk` and `p7zip-full`.
|
||||
Building for Android requires `openjdk-17-jdk-headless` and `p7zip-full`.
|
||||
|
||||
|
||||
For both Ubuntu and Debian, install the packages:
|
||||
|
||||
```
|
||||
sudo apt-get install openjdk-8-jdk p7zip-full
|
||||
sudo apt-get install openjdk-17-jdk-headless p7zip-full
|
||||
```
|
||||
|
||||
#### for Debian
|
||||
|
Loading…
Reference in New Issue
Block a user