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,點擊也可以進入截屏畫面

發佈了107 篇原創文章 · 獲贊 28 · 訪問量 20萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章