DyadicGit / deepin-screenshot

Deprecated (migrated into deepin-screen-recorder after v20), consider create and maintain your own fork if you love it.

Home Page:https://www.deepin.org/original/deepin-screenshot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepin screenshot

Description

This is a default screenshot app for Linux Deepin.

Dependencies

  • Qt (>=5.6),
  • debhelper (>=9),
  • cmake, qt5-default, qtbase5-dev, pkg-config, libqt5svg5-dev, libqt5x11extras5-dev, qttools5-dev-tools,
  • libxcb-util0-dev, libstartup-notification0-dev,
  • qtbase5-private-dev, qtmultimedia5-dev, x11proto-xext-dev, libmtdev-dev, libegl1-mesa-dev, x11proto-record-dev,libxtst-dev,
  • libudev-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev, libxrender-dev,
  • libdtkwidget-dev, libdtkwm-dev, deepin-gettext-tools

Installation

  • On the Deepin operation system: the deepin screenshot is published within!
  • On other operation system, you could download the source code of deepin screenshot:
    • firstly, install the dependencies rightly;
    • secondly, run cd deepin-screenshot;
    • thirdly, make a directory: build; run cmake ../; make; make install
sudo apt install debhelper
sudo apt install cmake qt5-default qtbase5-dev pkg-config libqt5svg5-dev libqt5x11extras5-dev qttools5-dev-tools
sudo apt install libxcb-util0-dev libstartup-notification0-dev
sudo apt install qtbase5-private-dev qtmultimedia5-dev x11proto-xext-dev libmtdev-dev libegl1-mesa-dev x11proto-record-dev libxtst-dev
sudo apt install libudev-dev libfontconfig1-dev libfreetype6-dev libglib2.0-dev libxrender-dev
sudo apt install libdtkwidget-dev libdtkwm-dev deepin-gettext-tools

cd deepin-screenshot
md builc
cd build
cmake ../
make
sudo make install

Usage

Run the command: deepin-screenshot

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-screenshot is licensed under GPLv3.

About

Deprecated (migrated into deepin-screen-recorder after v20), consider create and maintain your own fork if you love it.

https://www.deepin.org/original/deepin-screenshot/

License:GNU General Public License v3.0


Languages

Language:C++ 98.6%Language:CMake 0.9%Language:QMake 0.3%Language:Shell 0.1%Language:C 0.0%