From f510f1de1c28dba662a60c7b2b642163cfbf4242 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 28 Sep 2019 14:46:44 +0200 Subject: [PATCH] Remove "make" from build dependencies The project is built with meson+ninja. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index bb9a7585..475580f8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -43,7 +43,7 @@ Install the required packages from your package manager. sudo apt install ffmpeg libsdl2-2.0-0 # client build dependencies -sudo apt install make gcc git pkg-config meson ninja-build \ +sudo apt install gcc git pkg-config meson ninja-build \ libavcodec-dev libavformat-dev libavutil-dev \ libsdl2-dev