Document the step to clone the project
This is not obvious to everyone, especially non-developers.
This commit is contained in:
@@ -145,7 +145,14 @@ its directory. For example:
|
|||||||
export ANDROID_HOME=~/android/sdk
|
export ANDROID_HOME=~/android/sdk
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, build `scrcpy`:
|
Clone the project:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/Genymobile/scrcpy
|
||||||
|
cd scrcpy
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, build:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
meson x --buildtype release --strip -Db_lto=true
|
meson x --buildtype release --strip -Db_lto=true
|
||||||
|
|||||||
Reference in New Issue
Block a user