legnaleurc / qsnapshot-debian

Debian package for QSnapshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Debian package for QSnapshot

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 73.4%Language:Objective-C 25.7%Language:C 0.9%