File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22source for the project. Do not download releases from random websites, even if
33their name contains ` scrcpy ` .**
44
5- # scrcpy (v2.7 )
5+ # scrcpy (v3.0 )
66
77<img src =" app/data/icon.svg " width =" 128 " height =" 128 " alt =" scrcpy " align =" right " />
88
Original file line number Diff line number Diff line change @@ -233,10 +233,10 @@ install` must be run as root)._
233233
234234#### Option 2: Use prebuilt server
235235
236- - [ ` scrcpy-server-v2.7 ` ] [ direct-scrcpy-server ]
237- <sub >SHA-256: ` a23c5659f36c260f105c022d27bcb3eafffa26070e7baa9eda66d01377a1adba ` </sub >
236+ - [ ` scrcpy-server-v3.0 ` ] [ direct-scrcpy-server ]
237+ <sub >SHA-256: ` 800044c62a94d5fc16f5ab9c86d45b1050eae3eb436514d1b0d2fe2646b894ea ` </sub >
238238
239- [ direct-scrcpy-server ] : https://github.com/Genymobile/scrcpy/releases/download/v2.7 /scrcpy-server-v2.7
239+ [ direct-scrcpy-server ] : https://github.com/Genymobile/scrcpy/releases/download/v3.0 /scrcpy-server-v3.0
240240
241241Download the prebuilt server somewhere, and specify its path during the Meson
242242configuration:
Original file line number Diff line number Diff line change 22
33## Install
44
5+ ### From the official release
6+
7+ Download a static build of the [ latest release] :
8+
9+ - [ ` scrcpy-linux-v3.0.tar.gz ` ] [ direct-linux ] (x86_64)
10+ <sub >SHA-256: ` 06cb74e22f758228c944cea048b78e42b2925c2affe2b5aca901cfd6a649e503 ` </sub >
11+
12+ [ latest release ] : https://github.com/Genymobile/scrcpy/releases/latest
13+ [ direct-linux ] : https://github.com/Genymobile/scrcpy/releases/download/v3.0/scrcpy-linux-v3.0.tar.gz
14+
15+ and extract it.
16+
17+ _ Static builds of scrcpy for Linux are still experimental._
18+
19+
20+ ### From your package manager
21+
522<a href =" https://repology.org/project/scrcpy/versions " ><img src =" https://repology.org/badge/vertical-allrepos/scrcpy.svg " alt =" Packaging status " align =" right " ></a >
623
724Scrcpy is packaged in several distributions and package managers:
@@ -13,10 +30,10 @@ Scrcpy is packaged in several distributions and package managers:
1330 - Snap: ` snap install scrcpy `
1431 - … (see [ repology] ( https://repology.org/project/scrcpy/versions ) )
1532
16- ### Latest version
1733
18- However, the packaged version is not always the latest release. To install the
19- latest release from ` master ` , follow this simplified process.
34+ ### From an install script
35+
36+ To install the latest release from ` master ` , follow this simplified process.
2037
2138First, you need to install the required packages:
2239
Original file line number Diff line number Diff line change 22
33## Install
44
5+ ### From the official release
6+
7+ Download a static build of the [ latest release] :
8+
9+ - [ ` scrcpy-macos-v3.0.tar.gz ` ] [ direct-macos ] (arm64)
10+ <sub >SHA-256: ` 5db9821918537eb3aaf0333cdd05baf85babdd851972d5f1b71f86da0530b4bf ` </sub >
11+
12+ [ latest release ] : https://github.com/Genymobile/scrcpy/releases/latest
13+ [ direct-macos ] : https://github.com/Genymobile/scrcpy/releases/download/v3.0/scrcpy-macos-v3.0.tar.gz
14+
15+ and extract it.
16+
17+ _ Static builds of scrcpy for macOS are still experimental._
18+
19+
20+ ### From a package manager
21+
522Scrcpy is available in [ Homebrew] :
623
724``` bash
Original file line number Diff line number Diff line change 22
33## Install
44
5+ ### From the official release
6+
57Download the [ latest release] :
68
7- - [ ` scrcpy-win64-v2.7 .zip ` ] [ direct-win64 ] (64-bit)
8- <sub >SHA-256: ` 5910bc18d5a16f42d84185ddc7e16a4cee6a6f5f33451559c1a1d6d0099bd5f5 ` </sub >
9- - [ ` scrcpy-win32-v2.7 .zip ` ] [ direct-win32 ] (32-bit)
10- <sub >SHA-256: ` ef4daf89d500f33d78b830625536ecb18481429dd94433e7634c824292059d06 ` </sub >
9+ - [ ` scrcpy-win64-v3.0 .zip ` ] [ direct-win64 ] (64-bit)
10+ <sub >SHA-256: ` dfbe8a8fef6535197acc506936bfd59d0aa0427e9b44fb2e5c550eae642f72be ` </sub >
11+ - [ ` scrcpy-win32-v3.0 .zip ` ] [ direct-win32 ] (32-bit)
12+ <sub >SHA-256: ` 7cbf8d7a6ebfdca7b3b161e29a481c11088305f3e0a89d28e8e62f70c7bd0028 ` </sub >
1113
1214[ latest release ] : https://github.com/Genymobile/scrcpy/releases/latest
13- [ direct-win64 ] : https://github.com/Genymobile/scrcpy/releases/download/v2.7 /scrcpy-win64-v2.7 .zip
14- [ direct-win32 ] : https://github.com/Genymobile/scrcpy/releases/download/v2.7 /scrcpy-win32-v2.7 .zip
15+ [ direct-win64 ] : https://github.com/Genymobile/scrcpy/releases/download/v3.0 /scrcpy-win64-v3.0 .zip
16+ [ direct-win32 ] : https://github.com/Genymobile/scrcpy/releases/download/v3.0 /scrcpy-win32-v3.0 .zip
1517
1618and extract it.
1719
18- Alternatively, you could install it from packages manager, like [ Chocolatey] :
20+
21+ ### From a package manager
22+
23+ From [ Chocolatey] :
1924
2025``` bash
2126choco install scrcpy
2227choco install adb # if you don't have it yet
2328```
2429
25- or [ Scoop] :
30+ From [ Scoop] :
2631
2732
2833``` bash
2934scoop install scrcpy
3035scoop install adb # if you don't have it yet
3136```
3237
33- [ Winget ] : https://github.com/microsoft/winget-cli
3438[ Chocolatey ] : https://chocolatey.org/
3539[ Scoop ] : https://scoop.sh
3640
Original file line number Diff line number Diff line change 22set -e
33
44BUILDDIR=build-auto
5- PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.7 /scrcpy-server-v2.7
6- PREBUILT_SERVER_SHA256=a23c5659f36c260f105c022d27bcb3eafffa26070e7baa9eda66d01377a1adba
5+ PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v3.0 /scrcpy-server-v3.0
6+ PREBUILT_SERVER_SHA256=800044c62a94d5fc16f5ab9c86d45b1050eae3eb436514d1b0d2fe2646b894ea
77
88echo " [scrcpy] Downloading prebuilt server..."
99wget " $PREBUILT_SERVER_URL " -O scrcpy-server
You can’t perform that action at this time.
0 commit comments