mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 20:15:05 +00:00
Patch 1 (#3)
* Update README.md * Update README.md * Update README.md * do `sudo ln --symbolic ### /usr/local/bin/adb` for Android Studio `adb` to be `adb` command.
This commit is contained in:
parent
95b52258ab
commit
c91ce009b4
1 changed files with 19 additions and 32 deletions
51
README.md
51
README.md
|
@ -7,7 +7,7 @@ _pronounced "**scr**een **c**o**py**"_
|
|||
[Read in another language](#translations)
|
||||
|
||||
This application provides display and control of Android devices connected via
|
||||
USB (or [over TCP/IP](#tcpip-wireless)). It _does not require_ any root access.
|
||||
USB (or [over TCP/IP](#tcpip-wireless)). It does **not** _require any root access_.
|
||||
It works on _GNU/Linux_, _Windows_ and _macOS_.
|
||||
|
||||

|
||||
|
@ -60,42 +60,36 @@ control it using keyboard and mouse.
|
|||
- Windows: [download][direct-win64]
|
||||
- macOS ([Homebrew](https://brew.sh/)): `brew install scrcpy`
|
||||
\* You need `adb`, accessible from your `PATH` *\*.
|
||||
- [From sources](#manual-build)
|
||||
|
||||
*\*
|
||||
```bash
|
||||
brew install android-platform-tools
|
||||
```
|
||||
|
||||
### More
|
||||
|
||||
**Linux > Arch Linux**
|
||||
### Linux
|
||||
|
||||
- Arch Linux
|
||||
```
|
||||
pacman -S scrcpy
|
||||
```
|
||||
|
||||
**Linux > [Snap] package**
|
||||
- [Snap] package, available at <https://snapstats.org/snaps/scrcpy>
|
||||
|
||||
[`scrcpy`](https://snapstats.org/snaps/scrcpy)
|
||||
- Fedora / [COPR] package, available at <https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/>
|
||||
|
||||
[snap]: https://en.wikipedia.org/wiki/Snappy_(package_manager)
|
||||
- Gentoo / [Ebuild], available at <https://github.com/maggu2810/maggu2810-overlay/tree/master/app-mobilephone/scrcpy>.
|
||||
|
||||
**Linux > Fedora / [COPR] package**
|
||||
|
||||
[`scrcpy`](https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/)
|
||||
[Snap]: https://en.wikipedia.org/wiki/Snappy_(package_manager)
|
||||
|
||||
[COPR]: https://fedoraproject.org/wiki/Category:Copr
|
||||
|
||||
**Linux > Gentoo / [Ebuild]**
|
||||
|
||||
Available at [`scrcpy/`](https://github.com/maggu2810/maggu2810-overlay/tree/master/app-mobilephone/scrcpy).
|
||||
|
||||
[Ebuild]: https://wiki.gentoo.org/wiki/Ebuild
|
||||
|
||||
|
||||
**Windows > archive**
|
||||
### Windows
|
||||
|
||||
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
||||
For simplicity, a prebuilt archive with all the dependencies
|
||||
(including `adb`) is available:
|
||||
|
||||
- [`scrcpy-win64-v1.23.zip`][direct-win64]
|
||||
|
@ -103,8 +97,6 @@ For Windows, for simplicity, a prebuilt archive with all the dependencies
|
|||
|
||||
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.23/scrcpy-win64-v1.23.zip
|
||||
|
||||
**Windows > Chocolatey**
|
||||
|
||||
It is also available in [Chocolatey](https://chocolatey.org/):
|
||||
|
||||
```bash
|
||||
|
@ -112,7 +104,7 @@ choco install scrcpy
|
|||
choco install adb # if you don't have it yet
|
||||
```
|
||||
|
||||
**Windows > Scoop (<https://scoop.sh>)**:
|
||||
and Scoop (<https://scoop.sh>):
|
||||
|
||||
```bash
|
||||
scoop install scrcpy
|
||||
|
@ -120,23 +112,23 @@ scoop install adb # if you don't have it yet
|
|||
```
|
||||
|
||||
|
||||
**macOS > in [MacPorts](https://www.macports.org/)**
|
||||
### macOS, in [MacPorts](https://www.macports.org/)
|
||||
|
||||
(which sets up adb for you)
|
||||
(sets up adb for you)
|
||||
|
||||
```bash
|
||||
sudo port install scrcpy
|
||||
```
|
||||
|
||||
### Manual build
|
||||
|
||||
**Manual build**
|
||||
|
||||
You could build manually from sources: [BUILD.md](BUILD.md). [Simplified process](BUILD.md#simple).
|
||||
You could build manually from sources: [BUILD.md](BUILD.md), [Simplified process](BUILD.md#simple).
|
||||
|
||||
|
||||
## Run
|
||||
|
||||
Plug in an Android device, **connect with [`adb`](https://developer.android.com/studio/command-line/adb)** and execute:
|
||||
Plug in an Android device, **connect with [`adb`](https://developer.android.com/studio/command-line/adb)**
|
||||
and execute:
|
||||
|
||||
```bash
|
||||
scrcpy
|
||||
|
@ -151,9 +143,6 @@ scrcpy --help
|
|||
|
||||
## Custom paths
|
||||
|
||||
(Linux): For Android Studio (SDK) `adb` to be `adb` command, do `sudo ln --symbolic ### /usr/local/bin/adb`.
|
||||
"###" should be a path to your Android Debug Bridge file.
|
||||
|
||||
To use a specific _adb_ binary, configure its path in the environment variable `ADB`:
|
||||
|
||||
```bash
|
||||
|
@ -342,10 +331,8 @@ For example, you could capture the video within [OBS].
|
|||
|
||||
#### Buffering
|
||||
|
||||
It is possible to add buffering. This increases latency but reduces jitter (see
|
||||
[#2464]).
|
||||
|
||||
[#2464]: https://github.com/Genymobile/scrcpy/issues/2464
|
||||
It is possible to add buffering. This increases latency but reduces jitter
|
||||
(see [#2464](https://github.com/Genymobile/scrcpy/issues/2464)).
|
||||
|
||||
The option is available for display buffering:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue