Skip to content

Commit 30c79f2

Browse files
committed
Merge branch 'master' into dev
2 parents b25b674 + 01ab503 commit 30c79f2

File tree

3 files changed

+227
-94
lines changed

3 files changed

+227
-94
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, you need to install the required packages:
1515
sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
1616
gcc git pkg-config meson ninja-build libsdl2-dev \
1717
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
18-
libusb-1.0-0 libusb-dev
18+
libusb-1.0-0 libusb-1.0-0-dev
1919
```
2020

2121
Then clone the repo and execute the installation script
@@ -94,7 +94,7 @@ sudo apt install ffmpeg libsdl2-2.0-0 adb libusb-1.0-0
9494
# client build dependencies
9595
sudo apt install gcc git pkg-config meson ninja-build libsdl2-dev \
9696
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
97-
libusb-dev
97+
libusb-1.0-0-dev
9898

9999
# server build dependencies
100100
sudo apt install openjdk-11-jdk

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Build from sources: [BUILD] ([simplified process][BUILD_simple])
6565

6666
### Linux
6767

68-
On Debian (_testing_ and _sid_ for now) and Ubuntu (20.04):
68+
On Debian and Ubuntu:
6969

7070
```
7171
apt install scrcpy
@@ -1049,7 +1049,7 @@ This README is available in other languages:
10491049
- [한국어 (Korean, `ko`) - v1.11](README.ko.md)
10501050
- [Português Brasileiro (Brazilian Portuguese, `pt-BR`) - v1.19](README.pt-br.md)
10511051
- [Español (Spanish, `sp`) - v1.17](README.sp.md)
1052-
- [简体中文 (Simplified Chinese, `zh-Hans`) - v1.17](README.zh-Hans.md)
1052+
- [简体中文 (Simplified Chinese, `zh-Hans`) - v1.20](README.zh-Hans.md)
10531053
- [繁體中文 (Traditional Chinese, `zh-Hant`) - v1.15](README.zh-Hant.md)
10541054
- [Turkish (Turkish, `tr`) - v1.18](README.tr.md)
10551055

0 commit comments

Comments
 (0)