This is a screen capture program, inspired by KSnapshot.
- Capture full screen
- Capture window under cursor
- Capture section of a window
- Capture selected region
You need following tools:
- CMake >= 2.6
- Qt
- toolchain with C++0x support
- Microsoft Windows
- Microsoft Visual C++ >= 2010
- Mac OS X
- XCode
- GNU Compiler Collection >= 4.6 [1]
- GNU/Linux
- GNU Compiler Collection >= 4.6
- X11 libraries
- X11 shape extension (optional)
mkdir build cd build cmake .. make
make install
make package
Please refer to qsnapshot-debian, which uses git-buildpackage.
Please refer to qsnapshot-ubuntu, which uses git-buildpackage.
[1] | Since XCode does not provide this version, you could use MacPorts or Homebrew to install one. |