Skip to content

qtilities/sqreenshot

Repository files navigation

Sqreenshot

CI

Simple screenshot grabber based on GNOME Screenshot.
Currently supports only Linux platform under X11 (not Wayland).
GPL-3.0-only license.

Sqreenshot

Dependencies

Under Debian based systems:

  • cmake
  • qtbase5-dev
  • qttools5-dev
  • libqt5x11extras5-dev
  • libxfixes-dev

Build

cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
DESTDIR="$(pwd)/buildpackage" cmake --build build --target install

Other similar software