Skip to content

Latest commit

 

History

History
81 lines (60 loc) · 1.96 KB

README.rst

File metadata and controls

81 lines (60 loc) · 1.96 KB

QSnapshot

This is a screen capture program, inspired by KSnapshot.

Features

  • Capture full screen
  • Capture window under cursor
  • Capture section of a window
  • Capture selected region

Build dependency

You need following tools:

How to build

mkdir build
cd build
cmake ..
make

How to install

make install

How to build package (Mac OS X and Windows only)

make package

How to build package for Debian

Please refer to qsnapshot-debian, which uses git-buildpackage.

How to build package for Ubuntu

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.