Update BUILD.md to add ADB install

This commit is contained in:
Seb Leo 2019-11-29 22:36:23 +00:00 committed by GitHub
commit ef4a95e05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ sudo apt install ffmpeg libsdl2-2.0-0
# client build dependencies # client build dependencies
sudo apt install gcc git pkg-config meson ninja-build \ sudo apt install gcc git pkg-config meson ninja-build \
libavcodec-dev libavformat-dev libavutil-dev \ libavcodec-dev libavformat-dev libavutil-dev \
libsdl2-dev libsdl2-dev adb
# server build dependencies # server build dependencies
sudo apt install openjdk-8-jdk sudo apt install openjdk-8-jdk