# deepin-im **Repository Path**: deepin-community/deepin-im ## Basic Information - **Project Name**: deepin-im - **Description**: mirror of https://github.com/linuxdeepin/deepin-im - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/linuxdeepin/deepin-im - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-01 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## deepin-im deepin-im是deepin桌面环境的输入法。。 ## 依赖 请查看“debian/control”文件中提供的“Depends”。 ### 编译依赖 请查看“debian/control”文件中提供的“Build-Depends”。 ## 安装 ### Deepin 安装编译依赖 ```shell sudo apt-get build-dep deepin-im ``` 构建 ```shell mkdir build && cd build && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make ``` 如果你有独立的测试构建环境(比如 docker 容器),你可以直接安装它。 ```shell sudo make install ``` ## 用法 直接运行`/usr/bin/dim`。 ## 获得帮助 您遇到的任务问题都可以通过以下方式寻求帮助 * [Matrix](https://matrix.to/#/#deepin-community:matrix.org) * [官方论坛](https://bbs.deepin.org/) * [Wiki](https://wiki.deepin.org/) * [项目地址](https://github.com/linuxdeepin/dde-session) * [开发者中心](https://github.com/linuxdeepin/developer-center/issues) ## 贡献指南 我们鼓励您报告问题并做出更改 * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License deepin-im 在 [GPL-3.0-or-later](LICENSE)下发布。