deepin-im is input method of deepin desktop environment.
You can also check the "Depends" provided in the debian/control file.
You can also check the "Build-Depends" provided in the debian/control file.
Install prerequisites
sudo apt-get build-dep deepin-im
Build
mkdir build && cd build && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make
If you have isolated testing build environment (say a docker container), you can install it directly.
sudo make install
run directly/usr/bin/dim
.
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
deepin-im is licensed under GPLv3.