Document the step to clone the project
This is not obvious to everyone, especially non-developers.
This commit is contained in:
parent
c65cb36d3b
commit
2573df9727
1 changed files with 8 additions and 1 deletions
|
@ -145,7 +145,14 @@ its directory. For example:
|
|||
export ANDROID_HOME=~/android/sdk
|
||||
```
|
||||
|
||||
Then, build `scrcpy`:
|
||||
Clone the project:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Genymobile/scrcpy
|
||||
cd scrcpy
|
||||
```
|
||||
|
||||
Then, build:
|
||||
|
||||
```bash
|
||||
meson x --buildtype release --strip -Db_lto=true
|
||||
|
|
Loading…
Reference in a new issue