CentOS7.5安装flameshot
Posted 头号霉粉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7.5安装flameshot相关的知识,希望对你有一定的参考价值。
Flameshot 是一款开源软件新秀,其操作简单、直观,功能强大,关键是符合很多 Windows 用户的使用习惯。根据开发者所述,Flameshot 可能会进入 Debian 10 和 Ubuntu 18.04 的软件源,同时,其他发行版的linux操作系统依旧可以通过github进行源码安装
下载地址:https://github.com/lupoDharkael/flameshot
安装前确保你的系统已安装这些软件:qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist
1.下载
git clone https://github.com/lupoDharkael/flameshot.git
2.安装
cd flameshot/
[[email protected] flameshot]# qmake-qt5
[[email protected] flameshot]# make
3.创建快捷方式
[[email protected] img]# vim /usr/share/applications/flameshot.desktop[Desktop Entry]
Name=flameshot
Comment=Powerful yet simple to use screenshot software
Exec=/opt/flameshot/flameshot %U
Terminal=false
Type=Application
Icon=/opt/flameshot/img/flameshot.png
Categories=Tools;
详细的使用方法可以查看https://github.com/lupoDharkael/flameshot
以上是关于CentOS7.5安装flameshot的主要内容,如果未能解决你的问题,请参考以下文章