Skip to content

Commit

Permalink
Merge pull request #156 from Seibz/patch-1
Browse files Browse the repository at this point in the history
add gcc-c++ to Fedora instructions
  • Loading branch information
Syllo authored Aug 13, 2022
2 parents b88831d + df95df9 commit c6d1a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6d1a7f

Please sign in to comment.