mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-12 01:50:06 +00:00
Remove "make" from build dependencies
The project is built with meson+ninja.
This commit is contained in:
parent
7d1932b907
commit
f510f1de1c
2
BUILD.md
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user