mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-22 01:47:37 +00:00
This allows users to compile and run the project in a dev environment. meson setup x meson compile -C x meson devenv -C x scrcpy This is an alternative to `./run x`. PR #5658 <https://github.com/Genymobile/scrcpy/pull/5658> Signed-off-by: Romain Vimont <rom@rom1v.com>