Skip to content

linuxdeepin/deepin-draw

Folders and files

NameName
Last commit message
Last commit date
May 10, 2023
Oct 15, 2024
Feb 21, 2023
Sep 6, 2022
Jan 23, 2025
Jan 11, 2022
Jan 23, 2025
Sep 6, 2022
Jan 23, 2025
Jan 19, 2020
Aug 17, 2022
Jan 20, 2025
Sep 6, 2022
Sep 14, 2020
May 10, 2022
Oct 15, 2024
Nov 24, 2020
Sep 4, 2020
Jan 31, 2018
Jan 20, 2025
Sep 6, 2022
Sep 6, 2022
Sep 6, 2022
Sep 2, 2020
Jul 19, 2021
Sep 14, 2020
Jun 5, 2024
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Oct 15, 2024

Repository files navigation

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.