Deepin Terminal is an advanced terminal emulator with workspace , multiple windows, remote management, quake mode and other features.
- cmake
- pkg-config
- Qt5(>= 5.7.1) with modules:
- qt5-default
- qtbase5-dev
- qtbase5-private-dev
- qttools5-dev-tools
- libdtkwidget-dev(>=5.1.0) with modules:
- dtkcore-dev
- dtkwidget-dev
- dtkgui-dev
- lxqt-build-tools(>= 0.6.0)
- libutf8proc-dev
$ cd /path/to/the/source/
$ sudo apt build-dep .
CMake will tell you which package you are missing.
Generic CMake way:
$ cd /path/to/the/source/
$ mkdir build && cd build
$ cmake ..
$ make
$ ./deepin-terminal
-
Terminal Settings's configure save at:
~/.config/deepin/deepin-terminal/config.conf -
Remote Servers' configure save at:
~/.config/deepin/deepin-terminal/server-config.conf -
Custom Command's configure save at:
~/.config/deepin/deepin-terminal/command-config.conf
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
Deepin Terminal is licensed under GPLv3.