mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Merge 49006addb6
into 790f04e91f
This commit is contained in:
commit
0747c655ee
1 changed files with 25 additions and 1 deletions
26
README.md
26
README.md
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This application provides display and control of Android devices connected on
|
This application provides display and control of Android devices connected on
|
||||||
USB (or [over TCP/IP][article-tcpip]). It does not require any _root_ access.
|
USB (or [over TCP/IP][article-tcpip]). It does not require any _root_ access.
|
||||||
It works on _GNU/Linux_, _Windows_ and _macOS_.
|
It works on _GNU/Linux_, _FreeBSD_, _Windows_ and _macOS_.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -83,6 +83,30 @@ You could also [build the app manually][BUILD] ([simplified
|
||||||
process][BUILD_simple]).
|
process][BUILD_simple]).
|
||||||
|
|
||||||
|
|
||||||
|
### FreeBSD
|
||||||
|
|
||||||
|
A [FreeBSD port][freebsdports] is available for [`scrcpy`][freebsdport-link]
|
||||||
|
|
||||||
|
To install the port on a system with an up-to-date ports tree installed, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd /usr/ports/comms/scrcpy
|
||||||
|
make install clean
|
||||||
|
```
|
||||||
|
|
||||||
|
The application is also available as a [binary package][freebsdpkg].
|
||||||
|
To install the binary package, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
pkg install scrcpy
|
||||||
|
```
|
||||||
|
|
||||||
|
[freebsdports]: https://docs.freebsd.org/en/books/handbook/ports/#ports-using
|
||||||
|
[freebsdport-link]: https://www.freebsd.org/cgi/ports.cgi?query=scrcpy&stype=all
|
||||||
|
[freebsdpkg]: https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue