# deepin-home **Repository Path**: deepin-community/deepin-home ## Basic Information - **Project Name**: deepin-home - **Description**: mirror of https://github.com/linuxdeepin/deepin-home - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/linuxdeepin/deepin-home - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-24 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepin-home - [x] 接收官方新闻通知和调查问卷 - [x] 快速(单点)登录社区论坛 - [x] 提交问题反馈和需求 - [ ] 社区论坛消息提醒 [英文文档](README.md) | [设计文档](docs/design.zh_CN.md) ## 截图 ![Screenshot](docs/screenshots/home_zh.webp) ## 构建依赖 - build-essential:amd64 - debhelper - cmake - qt5-default - qtbase5-dev - qtdeclarative5-dev - libdtkcommon-dev - libdtkcore-dev - libdtkgui-dev - libdtkdeclarative-dev - qttools5-dev-tools - qml-module-qtquick-dialogs - libssl-dev ## 从源码构建 ### 安装构建依赖 ```shell sudo apt install devscripts git clone https://github.com/linuxdeepin/deepin-home.git cd deepin-home mk-build-deps sudo apt install ./*.deb ``` ### 调试构建 ```shell # in the deepin-home/ directory mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug -DAPP_VERSION=1.3.4 .. make -j ``` ### 调试运行 ```sh # in the deepin-home/build/ directory ./src/main/deepin-home-daemon & ./src/main/deepin-home ``` ### 手动安装 ```sh # in the deepin-home/build/ directory cmake -DCMAKE_BUILD_TYPE=Release -DAPP_VERSION=1.3.4 .. make -j && sudo make install ``` ### deb打包 ```sh # in the deepin-home/ directory dpkg-buildpackage -us -uc ``` ## 获取帮助 - [官方论坛](https://bbs.deepin.org/) - [开发者中心](https://github.com/linuxdeepin/developer-center) - [Matrix](https://matrix.to/#/#deepin:matrix.org) - [Wiki](https://wiki.deepin.org/) ## 参与 我们鼓励您参与问题报告和项目贡献 - [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) ## License deepin-home 使用 [LGPL-3.0-or-later](LICENSE).