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:
Alex Burdusel 2021-11-15 22:18:40 +02:00 committed by GitHub
parent 739ff9dce0
commit 8d745899a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ First, you need to install the required packages:
sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
gcc git pkg-config meson ninja-build libsdl2-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