screengrab Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida 59343a0633
initial debian $foo
9 years ago
cmake Adding upstream version 1.95_pr1. 9 years ago
debian initial debian $foo 9 years ago
docs/html Adding upstream version 1.95_pr1. 9 years ago
img Adding upstream version 1.95_pr1. 9 years ago
src Adding upstream version 1.95_pr1. 9 years ago
translations Adding upstream version 1.95_pr1. 9 years ago
.gitignore Adding upstream version 1.95_pr1. 9 years ago
AUTHORS Adding upstream version 1.95_pr1. 9 years ago
CHANGELOG Adding upstream version 1.95_pr1. 9 years ago
CMakeLists.txt Adding upstream version 1.95_pr1. 9 years ago
COPYING Adding upstream version 1.95_pr1. 9 years ago
README initial debian $foo 9 years ago
README.md Adding upstream version 1.95_pr1. 9 years ago
screengrab.desktop.in Adding upstream version 1.95_pr1. 9 years ago
screengrab.qrc Adding upstream version 1.95_pr1. 9 years ago

README.md

ScreenGrab

version 2.0-dev

ScreenGrab - A program for fast creating screenshots, and easily publishing them on internet image hosting services. It works on Linux and Windows operating systems. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment.

Build requirements

  • Qt5 >= 5.2 (Qt 4.x support only 1.x branch)
  • CMake >= 2.8.11 (only for building ScreenGrab from sources)
  • GCC > 4.5
  • [optional] Qxt Library > 0.6 (if you want to build ScreenGrab using your system Qxt version - see the "Build options" section in this file)

Build

To build ScreenGrab from sources, use these commands:

mkdir build
cd build
cmake [BUILD OPTIONS] ../
make
make install

Build options

You can use some or all of these parameters to customise your build.

  • -DCMAKE_INSTALL_PREFIX - Install prefix for Linux distro. Default setting: "/usr".
  • -DSG_XDG_CONFIG_SUPPORT - Place config files into XDGC_CONFIG_HOME directory (usually - ~/.config/${app_name) ). Default setting: ON. In previous versions the config files were stored in ~/.screengrab (Set this parameter to "OFF" to store the config files here).
  • -DSG_EXT_UPLOADS - Enable uploading screenshots to image hosting services. Default setting: ON.
  • -DSG_GLOBALSHORTCUTS - Enable global shortcuts for main actions to create screenshots. Default setting: ON.
  • -DSG_USE_SYSTEM_QXT - Use system version Qxt Library for global shortcuts. Default setting: OFF.
  • -DSG_DOCDIR - Name for the directory of user's documentation. Default setting: "screengrab".
  • -DQKSW_SHARED - Enable shared linking with qkeysequencewidget library (in src/common/qksysekwesewidget). Default setting: OFF.

Build notes:

  • For Debian based Linux distro (Debian Squeezy, Ubuntu 12.04, etc) - if you want to build ScreenGrab using the system version of the Qxt Library, please use this command to run CMake:

    cmake -DSG_USE_SYSTEM_QXT=ON -DQXT_QXTCORE_INCLUDE_DIR=/usr/include/qxt/QxtCore -DQXT_QXTGUI_INCLUDE_DIR=/usr/include/qxt -DCMAKE_INSTALL_PREFIX=/usr ../

LICENSE

Screengrab is licensed under the GPL v2. See file LICENSE in docs directory for more information

Contacts

E-mail: doomer3d@gmail.com Jabber: doomer@jabber.linux.it Web homepage: http://screengrab.doomer.org/

Copyright (c) 2009-2013, Artem 'DOOMer' Galichkin