Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 1.67 KB

README.zh_CN.md

File metadata and controls

93 lines (67 loc) · 1.67 KB

deepin-home

  • 接收官方新闻通知和调查问卷

  • 快速(单点)登录社区论坛

  • 提交问题反馈和需求

  • 社区论坛消息提醒

英文文档 | 设计文档

截图

Screenshot

构建依赖

  • 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

从源码构建

安装构建依赖

sudo apt install devscripts
git clone https://github.com/linuxdeepin/deepin-home.git
cd deepin-home
mk-build-deps
sudo apt install ./*.deb

调试构建

# in the deepin-home/ directory
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DAPP_VERSION=1.3.4 ..
make -j

调试运行

# in the deepin-home/build/ directory
./src/main/deepin-home-daemon &
./src/main/deepin-home

手动安装

# in the deepin-home/build/ directory
cmake -DCMAKE_BUILD_TYPE=Release -DAPP_VERSION=1.3.4 ..
make -j && sudo make install

deb打包

# in the deepin-home/ directory
dpkg-buildpackage -us -uc

获取帮助

参与

我们鼓励您参与问题报告和项目贡献

License

deepin-home 使用 LGPL-3.0-or-later.