/deepin-draw

Primary LanguageC++GNU General Public License v3.0GPL-3.0

deepin-draw

Draw is a lightweight drawing tool for users to freely draw and simply edit images developed by Deepin Technology.

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • Qt (>=5.6),
  • debhelper (>=9)
  • cmake
  • qtbase5-dev
  • pkg-config
  • libexif-dev
  • libqt5svg5-dev
  • libraw-dev
  • libfreeimage-dev
  • libqt5opengl5-dev
  • qttools5-dev
  • qttools5-dev-tools
  • libdtkgui-dev
  • libdtkwidget-dev
  • libxcb-util0-dev
  • libdtkcore5-bin
  • libgtest-dev
  • libgmock-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if deepin-draw is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got deepin-draw delivered:

$ sudo apt-get build-dep deepin-draw
  1. Build:
$ cd draw
$ mkdir Build
$ cd Build
$ cmake ../
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at `/usr/bin/deepin-draw

Usage

Execute deepin-draw

Documentations

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-draw is licensed under GPL-3.0-or-later.