Deepin Editor is a desktop text editor that supports common text editing features.
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
Package name may be different between distros, if deepin-editor 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-editor delivered:
$ sudo apt-get build-dep deepin-edtor
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
cd deepin-editor
mkdir build
cd build
cmake ..
make
./deepin-editor
$ sudo make install
configure save at: ~/.config/deepin/deepin-editor/config.conf
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
Deepin Editor is licensed under GPL-3.0-or-later.