Skip to content

linuxdeepin/deepin-home

Repository files navigation

deepin-home

  • Receive Community News & Questionnaire

  • Quick Login Forum (SSO)

  • Bug Report & Suggestions

  • Forum Message Notification

中文说明

Screenshot

Screenshot

Build dependencies

  • 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

Build from source code

Make sure you have installed all dependencies

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

Build

# in the deepin-home directory
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DAPP_VERSION=1.3.4 ..
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 -DAPP_VERSION=1.3.4 ..
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.