Shot是一款命令行截图工具的软件。
特性:
跨平台:
Windows
GNU/Linux(X11+XRandR)
多种区域选择方法:
thewholedesktop
currentlyfocusedwindow
currentlyfocusedmonitor(establishedbyfocusedwindow)
specificmonitor
specificwindow
specificrectangle(passedasstring)
interactiveselectionwithaspecialwindow
交互式选择行动:
GNU/Linux的编译:
1.安装libpng
2.运行以下指令
./bootstrap./waf configure./waf3.如果你想全范围安装
sudo ./waf installWindows的交叉编译
1.安装mxe且编译libpng:
git clone https://github.com/mxe/mxe.gitcd mxemake libpng2.配置shell并使用mxe:
MXE_PATH=~/src/mxe/CROSS=i686-w64-mingw32.static-export PATH="$MXE_PATH/usr/bin/:$PATH"export CC=${CROSS}gccexport AR=${CROSS}arexport PKGCONFIG=${CROSS}pkg-config3.使用常规方法编译项目。
评论