https://github.com/linuxdeepin/deepin-graphics-driver-manager
https://github.com/linuxdeepin/deepin-graphics-driver-manager
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-graphics-driver-manager
- Owner: linuxdeepin
- Created: 2017-09-28T03:49:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T08:51:21.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:48:49.288Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 3.3 MB
- Stars: 54
- Watchers: 16
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-4.0.txt
Awesome Lists containing this project
README
# Deepin Graphics Driver Manager {#mainpage}
Deepin Graphics Driver Manager(deepin-graphics-driver-manager) facilitates user to manage graphics card drivers.
## Installation
### Build from source code
1. Make sure you have installed all dependencies.
````
sudo apt build-dep
````
2. Build:
````
$ mkdir build
$ cd build
$ cmake ..
$ make
````
3. Install:
````
$ sudo make install
````
## Getting help
Any usage issues can ask for help via
* [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/)
## 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)
## License
Deepin Graphics Driver Manager is licensed under [GPL-3.0-or-later](LICENSE).