mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
parent
513d1ac96d
commit
8b587f5494
1 changed files with 6 additions and 0 deletions
6
BUILD.md
6
BUILD.md
|
@ -182,6 +182,12 @@ and set `ANDROID_HOME` to its directory. For example:
|
|||
export ANDROID_HOME=~/android/sdk
|
||||
```
|
||||
|
||||
And you need to set `PKG_CONFIG_PATH` for `pkg-config` to find `ffmpeg` libraries:
|
||||
|
||||
```bash
|
||||
export PKG_CONFIG_PATH=/usr/local/opt/ffmpeg/lib/pkgconfig
|
||||
```
|
||||
|
||||
If you don't want to build the server, use the [prebuilt server].
|
||||
|
||||
Clone the project:
|
||||
|
|
Loading…
Add table
Reference in a new issue