mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Update BUILD.md
Fix wrong package to install for Ubuntu/Debian Without it I was getting: ``` Run-time dependency libusb-1.0 found: NO (tried pkgconfig and cmake) app/meson.build:88:8: ERROR: Dependency "libusb-1.0" not found, tried pkgconfig and cmake ```
This commit is contained in:
parent
739ff9dce0
commit
8d745899a5
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -15,7 +15,7 @@ First, you need to install the required packages:
|
||||||
sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
|
sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
|
||||||
gcc git pkg-config meson ninja-build libsdl2-dev \
|
gcc git pkg-config meson ninja-build libsdl2-dev \
|
||||||
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
|
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
|
||||||
libusb-1.0-0 libusb-dev
|
libusb-1.0-0 libusb-1.0-0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Then clone the repo and execute the installation script
|
Then clone the repo and execute the installation script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue