/deepin-home

Primary LanguageQMLGNU Lesser General Public License v3.0LGPL-3.0

deepin-home

  • Receive Community News & Questionnaire

  • Quick Login Forum (SSO)

  • Bug Report & Suggestions

  • Forum Message Notification

中文文档

Screenshot

Screenshot

Dependencies

  • build-essential:amd64

Build dependencies

  • build-essential:amd64
  • debhelper
  • cmake
  • qt5-default
  • qtbase5-dev
  • qtdeclarative5-dev
  • libdtkcommon-dev
  • libdtkcore-dev
  • libdtkgui-dev
  • libdtkdeclarative-dev
  • qttools5-dev-tools

Build from source code

Make sure you have installed all dependencies

sudo apt build-dep deepin-home

Build

git clone https://github.com/linuxdeepin/deepin-home.git
cd deepin-home
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j

Debug Run

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

Install

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

Build DEB Package

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

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

deepin-home is licensed under LGPL-3.0-or-later.