Fix BUILD.md line wrapping
This commit is contained in:
parent
38f392f08f
commit
fda293f9bb
1 changed files with 1 additions and 2 deletions
3
BUILD.md
3
BUILD.md
|
@ -60,8 +60,7 @@ sudo apt install ffmpeg libsdl2-2.0-0 adb
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# server build dependencies
|
# server build dependencies
|
||||||
sudo apt install openjdk-11-jdk
|
sudo apt install openjdk-11-jdk
|
||||||
|
|
Loading…
Reference in a new issue