# dde-control-center **Repository Path**: DXLinux/dde-control-center ## Basic Information - **Project Name**: dde-control-center - **Description**: mirror of https://github.com/linuxdeepin/dde-control-center - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/linuxdeepin/dde-control-center - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-03-06 - **Last Updated**: 2024-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DDE 控制中心 DDE 控制中心控制整个DDE桌面环境 ## 依赖 ### 构建依赖 * pkg-config * cmake * Qt5(>= 5.6) with modules: - qt5-default - qt5declarative5-dev - qt5svg5-dev - qttools5-dev-tools - qtdeclarative5-dev * Deepin-tool-kit(>=2.0) with modules: - dtkcore-dev - dtkwidget-dev - dtkcore-bin * geoip-dev * dde-qt-dbus-factory * gsettings-qt-dev * kf5networkmanagerqt-dev * xrandr-dev * mtdev-dev * fontconfig1-dev * freetype6-dev * egl1-mesa-dev * xcb-ewmh-dev ### 运行时依赖 * [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit) * [dde-api](https://github.com/linuxdeepin/dde-api) * [dde-daemon](https://github.com/linuxdeepin/dde-daemon) * [startdde](https://github.com/linuxdeepin/startdde) * [dde-qt-dbus-factory](https://github.com/linuxdeepin/dde-qt-dbus-factory) * [qt5integration](https://github.com/linuxdeepin/qt5integration) * geoip-database * Qt5(>= 5.6) * Qt5-DBus * Qt5-Multimedia * Qt5-MultimediaWidgets * Qt5-Svg ## 安装 ### 源码安装 1. Make sure you have installed all dependencies. 2. Build: ```bash cd dde-control-center cmake -B build cmake --build build ``` 3. Install: ```bash sudo make install ``` 注意,不推荐,应该先打包然后安装。 运行文件在 `/usr/bin/dde-control-center` , 插件在 `${CMAKE_INSTALL_FULL_LIBDIR}/dde-control-center/modules/`下,`CMAKE_INSTALL_FULL_LIBDIR`请查阅GNUInstallDir,根据发行版有所不同 , 如arch下这个目录在 `/usr/lib/dde-control-center/modules/`. ## 使用方式 Execute `dde-control-center -h` to get more details. ## 帮助 任何使用问题都可以通过以下方式寻求帮助: * [Telegram 群组](https://t.me/deepin) * [Matrix](https://matrix.to/#/#deepin-community:matrix.org) * [IRC (libera.chat)](https://web.libera.chat/#deepin-community) * [Forum](https://bbs.deepin.org) * [WiKi](https://wiki.deepin.org/) ## 加入我们 请到developer-center提交issue或者参与讨论。当然也可以直接参与代码维护提交代码和修复。我们会很开心获得您的帮助和贡献 * [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 Control Center 遵循协议 [GPL-3.0-or-later](LICENSE).