From 232aaa386e3de06218a3070bfd39829b29a83954 Mon Sep 17 00:00:00 2001 From: Chris Knowles Date: Wed, 5 Jun 2019 01:15:59 -0400 Subject: [PATCH] Fix dependencies Some missing or misspelled dependencies. Checked on Ubuntu 19.04. --- BUILD.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index a9a2e4a2..d8a05ad6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ case, use the [prebuilt server] (so you will not need Java or the Android SDK). ## Requirements You need [adb]. It is available in the [Android SDK platform -tools][platform-tools], or packaged in your distribution (`android-adb-tools`). +tools][platform-tools], or packaged in your distribution (`android-tools-adb`). On Windows, download the [platform-tools][platform-tools-windows] and extract the following files to a directory accessible from your `PATH`: @@ -40,10 +40,10 @@ 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 # client build dependencies -sudo apt install make gcc pkg-config meson ninja-build \ +sudo apt install make gcc git pkg-config meson ninja-build \ libavcodec-dev libavformat-dev libavutil-dev \ libsdl2-dev