Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sudhikan/0d991630d1cfc5465481e62c4b872d04 to your computer and use it in GitHub Desktop.
Save sudhikan/0d991630d1cfc5465481e62c4b872d04 to your computer and use it in GitHub Desktop.
scrcpy raspberry pi
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.13
meson x --buildtype release --strip -Db_lto=true -Dprebuilt_server=scrcpy-server-v1.13
ninja -Cx
sudo ninja -Cx install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment