ubuntu16.04安装截图工具flameshot

参考:

https://www.e-learn.cn/content/qita/2084351

https://mithun.co/software/install-flameshot-on-ubuntu-16-04/

 

步骤:

1,git clone https://github.com/lupoDharkael/flameshot

2,cd flameshot && mkdir build && cd build && qmake ..   //过程中,这步骤qmake好像出错了

3,sudo apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools  //然后安装了下依赖

4,qmake ..  //再重新执行一遍qmake,成功了

5,flameshot gui //可以调起截屏画面了,并且系统右上角出现flameshot icon,点击也可以进入截屏画面

你可能感兴趣的:(linux命令)