Update java version in BUILD.md
PR #2064 <https://github.com/Genymobile/scrcpy/pull/2064> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
ce43fad645
commit
f8524a2be7
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -64,7 +64,7 @@ sudo apt install gcc git pkg-config meson ninja-build \
|
||||||
libsdl2-dev
|
libsdl2-dev
|
||||||
|
|
||||||
# server build dependencies
|
# server build dependencies
|
||||||
sudo apt install openjdk-8-jdk
|
sudo apt install openjdk-11-jdk
|
||||||
```
|
```
|
||||||
|
|
||||||
On old versions (like Ubuntu 16.04), `meson` is too old. In that case, install
|
On old versions (like Ubuntu 16.04), `meson` is too old. In that case, install
|
||||||
|
|
Loading…
Reference in a new issue