# dde-dock **Repository Path**: pgxppp/dde-dock ## Basic Information - **Project Name**: dde-dock - **Description**: https://github.com/linuxdeepin/dde-dock - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DDE Dock DDE Dock is the dock of Deepin Desktop Environment. A tutorial for build dde-dock plugin: [plugins-developer-guide](plugins/plugin-guide/plugins-developer-guide.md) ### Dependencies You can also check the "Depends" provided in the `debian/control` file. ### Build dependencies You can also check the "Build-Depends" provided in the `debian/control` file. ## Installation ### Build from source code 1. Make sure you have installed all dependencies. 2. Build: ``` $ cd dde-dock $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. Install: ``` $ sudo make install ``` ## Getting help * [Matrix](https://matrix.to/#/#deepin-community:matrix.org) * [WiKi](https://wiki.deepin.org) * [Forum](https://bbs.deepin.org) * [Developer Center](https://github.com/linuxdeepin/developer-center/issues) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License dde-dock is licensed under [LGPL-3.0-or-later](LICENSE).