mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
docs: update readme
This commit is contained in:
parent
ca70498f05
commit
0d6a9d424f
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -104,22 +104,27 @@ Make sure you have enabled [ADB debugging][enable-adb] on your device(s).
|
||||||
[github-download]: https://github.com/barry-ran/QtScrcpy/releases
|
[github-download]: https://github.com/barry-ran/QtScrcpy/releases
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
For Windows, for simplicity, prebuilt archives with all the dependencies (including ADB) are available:
|
On Windows, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||||
|
|
||||||
- [`QtScrcpy`][github-download]
|
- [`QtScrcpy`][github-download]
|
||||||
|
|
||||||
or you can [build it by yourself](#Build)
|
or you can [build it yourself](#Build)
|
||||||
|
|
||||||
### Mac OS
|
### Mac OS
|
||||||
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including ADB) are available:
|
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||||
|
|
||||||
- [`QtScrcpy`][github-download]
|
- [`QtScrcpy`][github-download]
|
||||||
|
|
||||||
or you can [build it by yourself](#Build)
|
or you can [build it yourself](#Build)
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
you can [build it by yourself](#Build)(just ubuntu test)
|
For Linux, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||||
|
|
||||||
|
- [`QtScrcpy`][github-download]
|
||||||
|
|
||||||
|
or you can get it at [GitHub Actions](https://github.com/UjhhgtgTeams/QtScrcpy/actions/workflows/ubuntu.yml), in branch `dev` and download the latest artifact.
|
||||||
|
|
||||||
|
or you can [build it yourself](#Build) (not recommended, get it at Actions if you can)
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
Connect to your Android device on your computer, then run the program and click `USB connect` or `WiFi connect`
|
Connect to your Android device on your computer, then run the program and click `USB connect` or `WiFi connect`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue