QtScrcpy
QtScrcpy copied to clipboard
Instructions for linux
Are there any instructions for building qtscrcpy for linux.
Open it in Qt Creator, change build option to release and click the build button.
I see there's a publish file for Ubuntu, but everything's in Chinese, so I can't contribute much. Would love for this to have a Ubuntu build in releases. Thanks!
Steps to install on Linux :
- Dependencies :
sudo apt install qt5-default qtcreator libqt5x11extras5-dev
- Clone & open the folder in QtCreator
- Change build option to release and Build
其实编译教程在GitHub Actions 里已经写的很清楚了:
1、安装Qt5,Actions里使用的是aqt工具(不是apt)
2、clone这个项目(--recursive-submodules)
3、cd到项目,运行 ci/linux/build_for_ubuntu.sh "Release"
另外,不想自己编译的话,可以看我的fork,里面有最新版的编译好的版本