From df95df97b42bbd9bb5304c452e85de8e4279bf06 Mon Sep 17 00:00:00 2001 From: Seibz <79656830+Seibz@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:06:57 -0600 Subject: [PATCH] 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. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 44d984a..65d2080 100644 --- a/README.markdown +++ b/README.markdown @@ -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