Update README.md

Re-add distro-agnostic instructions
This commit is contained in:
Bengt Lüers 2020-09-20 18:28:23 +02:00 committed by GitHub
parent bb864dc349
commit 579765be10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,11 @@ Matrix room: #tuxclocker:matrix.org [Direct Riot link](https://riot.im/app/#/roo
# Prerequisites
For AMD under any distribution:
- NOTE: headers are usually included in a package named \*-dev, if they are separate
- libdrm and headers
For AMD under Ubuntu:
sudo apt install --yes --quiet --quiet \
@ -34,6 +39,14 @@ For AMD under Ubuntu:
libdrm-common \
libdrm-dev
For Nvidia under any distribution:
- NOTE: headers are usually included in a package named \*-dev, if they are separate
- nvidia-smi
- nvidia-settings
- libxnvctrl and headers (if not included in nvidia-settings)
- qt5base, x11extras and their headers
For Nvidia under Ubuntu:
sudo apt install --yes --quiet --quiet \