深度编辑器(Deepin Editor)不止可以在Deepin系统安装,也可以在如Ubuntu、Debian系统上安装。
简介 深度编辑器首个正式版本发布于2018年10月11日,它是一款简单的文本编辑工具。你可以用它书写简单的文本文档,也可以使用它的高级特性,让它成为一个代码编辑工具。支持代码语法高亮和多个主题。主要功能介绍请看深度编辑器V1.0正式发布,Deepin系统用户现在可安装一文。
在Deepin系统中安装深度编辑器 只需要在深度商店中就可以安装,如下图点击深度编辑器进去就可以安装了:
如果深度商店没有出现深度编辑器那请更新系统,更新完系统再到深度商店软件中就可以看到深度编辑器的选项了,如下图:
也可以在终端中运行sudo apt update与sudo apt install deepin-editor -y命令。
相关链接
在Ubuntu/Debian中安装深度编辑器 1.Dependencies In debian, use below command to install compile dependencies: sudo apt install qt5-qmake qt5-default libdtkcore-dev libdtkwidget-dev libxcb-util0-dev libxcb1-dev libqt5x11extras5-dev libprocps-dev libxext-dev libxtst-dev libpolkit-qt5-1-dev libkf5syntaxhighlighting-dev libdtkwm-dev libkf5codecs-dev qttools5-dev 2.Installation 1].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 2].Build editor cd ./editor mkdir build cd build qmake .. make ./deepin-editor
附:配置文件保存 configure save at: ~/.config/deepin/deepin-editor/config.conf
相关主题 |