# dtksystemsettings **Repository Path**: mirrors_linuxdeepin/dtksystemsettings ## Basic Information - **Project Name**: dtksystemsettings - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-10 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Development Tool Kit System Settings ------------ Qt-based development library for system settings on Deepin. ## Dependencies ### Build dependencies * Qt >= 5.11 * cmake >= 3.13 * doxygen ## Build and install ### Build from source code ```bash git clone https://github.com/linuxdeepin/dtksystemsettings.git cd dtksystemsettings cmake -B build -DCMAKE_INSTALL_PREFIX=/usr cmake --build build ``` ### Install ```bash sudo cmake --build build --target install ``` ## Getting help Any usage issues can ask for help via * [Telegram group](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/) ## 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). ## License Development Tool Kit is licensed under [LGPL-3.0-or-later](LICENSE).