Remove "make" from build dependencies

The project is built with meson+ninja.
This commit is contained in:
Romain Vimont 2019-09-28 14:46:44 +02:00
parent 7d1932b907
commit f510f1de1c

View file

@ -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