Draw is a lightweight drawing tool for users to freely draw and simply edit images developed by Deepin Technology.
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
- 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
- Build:
$ cd draw
$ mkdir Build
$ cd Build
$ cmake ../
$ make
- Install:
$ sudo make install
The executable binary file could be found at `/usr/bin/deepin-draw
Execute deepin-draw
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
deepin-draw is licensed under GPL-3.0-or-later.