-
Receive Community News & Questionnaire
-
Quick Login Forum (SSO)
-
Bug Report & Suggestions
-
Forum Message Notification
- 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
# in the deepin-home/ directory
dpkg-buildpackage -us -uc
We encourage you to report issues and contribute changes
deepin-home is licensed under LGPL-3.0-or-later.