add gcc-c++ to Fedora instructions

Making note that you'll the library gcc-c++ is required for cmake to compile this application, even if the "Development  Tools" group is installed on Fedora 36.
This commit is contained in:
Seibz
2022-08-08 13:06:57 -06:00
committed by GitHub
parent dcfac6b4f1
commit df95df97b4

View File

@@ -128,9 +128,9 @@ Several libraries are required in order for NVTOP to display GPU information:
- NVIDIA drivers, **CUDA required for nvml libraries** (see [RPM Fusion](https://rpmfusion.org/Howto/NVIDIA))
- NVTOP Dependencies
- CMake, ncurses and git
- CMake, ncurses, c++ and git
```bash
sudo dnf install cmake ncurses-devel git
sudo dnf install cmake ncurses-devel git gcc-c++
```
- NVTOP