Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md
- First, you need to install the required packages:
- # for Debian/Ubuntu:
- sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
- gcc git pkg-config meson ninja-build libsdl2-dev \
- libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
- libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
- # Then clone the repo and execute the installation script (source):
- git clone https://github.com/Genymobile/scrcpy
- cd scrcpy
- ./install_release.sh
- # When a new release is out, update the repo and reinstall:
- git pull
- ./install_release.sh
- To uninstall:
- # To uninstall: sudo ninja -Cbuild-auto uninstall
- # run from a terminal: scrcpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement