File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff 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
4646interesting to add [ buffering] ( #buffering ) to minimize glitches:
4747
4848```
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ This is the preferred method (and the way the release is built).
9494From _ 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
100100You also need the JDK to build the server:
Original file line number Diff line number Diff line change 66
77Scrcpy 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 `
Original file line number Diff line number Diff line change @@ -15,13 +15,7 @@ Download the [latest release]:
1515
1616and 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
2721choco install scrcpy
You can’t perform that action at this time.
0 commit comments