Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.17 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.17 KB

Deepin Manual

Deepin Manual provides user guides of the system and applications on Deepin.

Dependencies

Build dependencies

  • ca-certificates
  • pkg-config
  • libsass-dev
  • libgtest-dev
  • libgmock-dev
  • libdtkwidget-dev
  • libdtkgui-dev
  • Qt5(>=5.6) with modules:
    • qt5-default
    • qt5-qmake
    • qtbase5-dev
    • qtwebengine5-dev
    • qttools5-dev
    • qttools5-dev-tools
    • qtbase5-private-dev

Installation

Build from source code

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

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Manual is licensed under GPL-3.0-or-later.