This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git wget meson libavformat-dev libsdl2-dev adb | |
when asked, type 'y' and enter | |
git clone https://github.com/Genymobile/scrcpy.git | |
cd scrcpy | |
wget https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-server-v1.12.1 | |
meson x --buildtype release --strip -Db_lto=true -Dprebuilt_server=scrcpy-server-v1.12.1 | |
ninja -Cx | |
sudo ninja -Cx install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment