mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
docs: fix Build link
This commit is contained in:
parent
5da1e2ba3c
commit
f2f8c462fb
2 changed files with 7 additions and 7 deletions
|
@ -110,17 +110,17 @@ For Windows, for simplicity, prebuilt archives with all the dependencies (includ
|
|||
|
||||
- [`QtScrcpy`][github-download]
|
||||
|
||||
or you can [build it by yourself](#Build)
|
||||
or you can [build it by yourself](##Build)
|
||||
|
||||
### Mac OS
|
||||
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including adb) are available:
|
||||
|
||||
- [`QtScrcpy`][github-download]
|
||||
|
||||
or you can [build it by yourself](#Build)
|
||||
or you can [build it by yourself](##Build)
|
||||
|
||||
### Linux
|
||||
you can [build it by yourself](#Build)(just ubuntu test)
|
||||
you can [build it by yourself](##Build)(just ubuntu test)
|
||||
|
||||
|
||||
## Run
|
||||
|
@ -237,7 +237,7 @@ There are several reasons listed as below according to importance (high to low).
|
|||
4. I found scrcpy and decided to re-make it with the new technology stack (C++ + Qt + Opengl + ffmpeg)
|
||||
|
||||
|
||||
## How to build
|
||||
## Build
|
||||
All the dependencies are provided and it is easy to compile.
|
||||
|
||||
### PC client
|
||||
|
|
|
@ -108,7 +108,7 @@ Windows平台,你可以直接使用我编译好的可执行程序:
|
|||
- [国内下载][gitee-download]
|
||||
- [国外下载][github-download]
|
||||
|
||||
你也可以[自己编译](#如何编译)
|
||||
你也可以[自己编译](##如何编译)
|
||||
|
||||
### Mac OS
|
||||
|
||||
|
@ -117,13 +117,13 @@ Mac OS平台,你可以直接使用我编译好的可执行程序:
|
|||
- [国内下载][gitee-download]
|
||||
- [国外下载][github-download]
|
||||
|
||||
你也可以[自己编译](#如何编译)
|
||||
你也可以[自己编译](##如何编译)
|
||||
|
||||
### Linux
|
||||
|
||||
目前只提供了windows和mac平台的可执行程序,如果需要linux平台的可执行程序,
|
||||
|
||||
您通常需要[自己编译](#如何编译)。别担心,这并不难。
|
||||
您通常需要[自己编译](##如何编译)。别担心,这并不难。
|
||||
|
||||
目前只在ubuntu上测试过
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue