An open API service indexing awesome lists of open source software.

https://github.com/linuxdeepin/deepin-graphics-driver-manager


https://github.com/linuxdeepin/deepin-graphics-driver-manager

Last synced: 10 months ago
JSON representation

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).