Skip to content

Commit c95e696

Browse files
committed
Merge branch 'master' into release
2 parents 343f715 + 576e755 commit c95e696

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

doc/audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scrcpy --no-window
4242
# interrupt with Ctrl+C
4343
```
4444

45-
Without video, the audio latency is typically not criticial, so it might be
45+
Without video, the audio latency is typically not critical, so it might be
4646
interesting to add [buffering](#buffering) to minimize glitches:
4747

4848
```

doc/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This is the preferred method (and the way the release is built).
9494
From _Debian_, install _mingw_:
9595

9696
```bash
97-
sudo apt install mingw-w64 mingw-w64-tools
97+
sudo apt install mingw-w64 mingw-w64-tools libz-mingw-w64-dev
9898
```
9999

100100
You also need the JDK to build the server:

doc/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Scrcpy is packaged in several distributions and package managers:
88

9-
- Debian/Ubuntu: `apt install scrcpy`
9+
- Debian/Ubuntu: ~~`apt install scrcpy`~~ _(obsolete version)_
1010
- Arch Linux: `pacman -S scrcpy`
1111
- Fedora: `dnf copr enable zeno/scrcpy && dnf install scrcpy`
1212
- Gentoo: `emerge scrcpy`

doc/windows.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ Download the [latest release]:
1515

1616
and extract it.
1717

18-
Alternatively, you could install it from packages manager, like [Winget]:
19-
20-
```bash
21-
winget install scrcpy
22-
```
23-
24-
or [Chocolatey]:
18+
Alternatively, you could install it from packages manager, like [Chocolatey]:
2519

2620
```bash
2721
choco install scrcpy

0 commit comments

Comments
 (0)