# deepin-graphics-driver-manager **Repository Path**: qin2001/deepin-graphics-driver-manager ## Basic Information - **Project Name**: deepin-graphics-driver-manager - **Description**: deepin intel核显 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-16 - **Last Updated**: 2024-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Deepin Graphics Driver Manager Deepin Graphics Driver Manager(deepin-graphics-driver-manager) 便于用户管理显卡驱动. ## 安装 ### 从源代码构建 1. 确保已经安装了所有的编译依赖. ````bash sudo apt build-dep ```` 2. 构建: ```bash mkdir build cd build cmake .. make ``` 3. 安装: ```bash sudo make install ``` ## 帮助 任何使用问题都可以通过以下方式寻求帮助: * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC channel](https://webchat.freenode.net/?channels=deepin) * [Forum](https://bbs.deepin.org) * [WiKi](https://wiki.deepin.org/) ## 参与贡献 我们鼓励您报告问题并作出更改 * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) ## 协议 深度显卡驱动管理遵循协议 [GPL-3.0-or-later](LICENSE).