这是indexloc提供的服务,不要输入任何密码
Skip to content

De4pin/deepin-editor

 
 

Repository files navigation

Deepin Editor

Deepin Editor: simple editor for deepin.

Dependencies

Installation

  • Build auto save daemon
sudo cp com.deepin.editor.policy /usr/share/polkit-1/actions
sudo cp com.deepin.editor.conf /usr/share/dbus-1/system.d/
sudo cp com.deepin.editor.daemon.service /usr/share/dbus-1/system-services

cd ./daemon
mkdir build
cd build
qmake ..
make
sudo ./deepin-editor-daemon
  • Build editor
cd ./editor
mkdir build
cd build
qmake ..
make
./deepin-editor 

Usage

Config file

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Editor is licensed under GPLv3.

About

mirrored from https://cr.deepin.io/#/admin/projects/deepin-editor

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.5%
  • QMake 1.3%
  • Python 0.2%