QtScrcpy icon indicating copy to clipboard operation
QtScrcpy copied to clipboard

Instructions for linux

Open flyingduck234 opened this issue 4 years ago • 5 comments

Are there any instructions for building qtscrcpy for linux.

flyingduck234 avatar Jun 30 '20 03:06 flyingduck234

Open it in Qt Creator, change build option to release and click the build button.

liyiheng avatar Jul 21 '20 12:07 liyiheng

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!

subins2000 avatar Sep 26 '20 16:09 subins2000

Steps to install on Linux :

  1. Dependencies :
sudo apt install qt5-default qtcreator libqt5x11extras5-dev
  1. Clone & open the folder in QtCreator
  2. Change build option to release and Build

subins2000 avatar Sep 26 '20 17:09 subins2000

其实编译教程在GitHub Actions 里已经写的很清楚了: 1、安装Qt5,Actions里使用的是aqt工具(不是apt) 2、clone这个项目(--recursive-submodules) 3、cd到项目,运行 ci/linux/build_for_ubuntu.sh "Release"

Ujhhgtg avatar Aug 08 '22 05:08 Ujhhgtg

另外,不想自己编译的话,可以看我的fork,里面有最新版的编译好的版本

Ujhhgtg avatar Aug 08 '22 05:08 Ujhhgtg