|
|
|
|
@ -258,7 +258,7 @@ set ANDROID_SDK_ROOT=%LOCALAPPDATA%\Android\sdk
|
|
|
|
|
Then, build:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
meson x --buildtype release --strip -Db_lto=true
|
|
|
|
|
meson x --buildtype=release --strip -Db_lto=true
|
|
|
|
|
ninja -Cx # DO NOT RUN AS ROOT
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
@ -279,7 +279,7 @@ Download the prebuilt server somewhere, and specify its path during the Meson
|
|
|
|
|
configuration:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
meson x --buildtype release --strip -Db_lto=true \
|
|
|
|
|
meson x --buildtype=release --strip -Db_lto=true \
|
|
|
|
|
-Dprebuilt_server=/path/to/scrcpy-server
|
|
|
|
|
ninja -Cx # DO NOT RUN AS ROOT
|
|
|
|
|
```
|
|
|
|
|
|