Update BUILD.md

This commit is contained in:
Seb Leo 2019-12-01 20:14:43 +00:00 committed by GitHub
parent ef4a95e05e
commit 3a6f93ec9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,12 +40,12 @@ Install the required packages from your package manager.
```bash
# runtime dependencies
sudo apt install ffmpeg libsdl2-2.0-0
sudo apt install ffmpeg libsdl2-2.0-0 adb
# client build dependencies
sudo apt install gcc git pkg-config meson ninja-build \
libavcodec-dev libavformat-dev libavutil-dev \
libsdl2-dev adb
libsdl2-dev
# server build dependencies
sudo apt install openjdk-8-jdk