Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.74 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.74 KB

Deepin Image Viewer

Deepin Image Viewer is an image viewing tool with fashion interface and smooth performance developed by Deepin Technology.

Dependencies

Runtime dependencies

Installation

sudo apt install cmake qtbase5-dev pkg-config libexif-dev libqt5svg5-dev libqt5x11extras5-dev libsqlite3-dev qttools5-dev-tools qttools5-dev libxcb-util0-dev libstartup-notification0-dev libraw-dev libqt5opengl5-dev qtbase5-private-dev qtmultimedia5-dev x11proto-xext-dev libmtdev-dev libegl1-mesa-dev libudev-dev libfontconfig1-dev libfreetype6-dev libglib2.0-dev libxrender-dev libdtkwidget-dev libdtkwidget5-bin libdtkcore5-bin libimageeditor-dev

Build from source code

  1. Make sure you have installed all dependencies.
$ sudo apt build-dep .
  1. Build:
$ cd deepin-image-viewer
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

Usage

Execute deepin-image-viewer

Documentations

When install complete, the executable binary file is placed into /usr/bin/deepin-image-viewer.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Image Viewer is licensed under GPL-3.0-or-later.