- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/rr-/shot
- 软件文档: https://github.com/rr-/shot.git
- 官方下载: https://github.com/rr-/shot.git
软件介绍
Shot是一款命令行截图工具的软件。
特性:
跨平台:
Windows
GNU/Linux (X11 + XRandR)
多种区域选择方法:
the whole desktop
currently focused window
currently focused monitor (established by focused window)
specific monitor
specific window
specific rectangle (passed as string)
interactive selection with a special window
交互式选择行动:
GNU / Linux的编译:
1.安装libpng
2.运行以下指令
./bootstrap ./waf configure ./waf
3.如果你想全范围安装
sudo ./waf install
Windows的交叉编译
1.安装mxe且编译libpng:
git clone https://github.com/mxe/mxe.git cd mxe make libpng
2.配置shell并使用mxe:
MXE_PATH=~/src/mxe/
CROSS=i686-w64-mingw32.static-
export PATH="$MXE_PATH/usr/bin/:$PATH"
export CC=${CROSS}gcc
export AR=${CROSS}ar
export PKGCONFIG=${CROSS}pkg-config3.使用常规方法编译项目。
Web 2.0 Architectures
Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99
The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!
