mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
Update BUILD.md
This commit is contained in:
parent
ef4a95e05e
commit
3a6f93ec9d
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
@ -40,12 +40,12 @@ 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 adb
|
||||
|
||||
# client build dependencies
|
||||
sudo apt install gcc git pkg-config meson ninja-build \
|
||||
libavcodec-dev libavformat-dev libavutil-dev \
|
||||
libsdl2-dev adb
|
||||
libsdl2-dev
|
||||
|
||||
# server build dependencies
|
||||
sudo apt install openjdk-8-jdk
|
||||
|
|
Loading…
Add table
Reference in a new issue