Update README.md

This commit is contained in:
Linus Dierheimer
2022-01-23 12:02:26 +01:00
committed by GitHub
parent 79331d7fe5
commit c662416b33
+1 -1
View File
@@ -16,7 +16,7 @@ There are some presets defined for fastfech in [`presets`](presets), you can can
## Dependencies
Fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependency are `libc` (any implementation of the c standard library), `libdl` and `libpthread`. They are all shipped with [`glibc`](https://www.gnu.org/software/libc/), which is already installed on most linux distributions, so you probably don't have to worry about it.
Fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependencies are `libc` (any implementation of the c standard library), `libdl` and `libpthread`. They are all shipped with [`glibc`](https://www.gnu.org/software/libc/), which is already installed on most linux distributions, so you probably don't have to worry about it.
The following libraries are used if present at runtime:
* [`libpci`](https://github.com/pciutils/pciutils): GPU output.