Syllo / nvtop

GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
Other
7.98k stars 291 forks source link

cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True can NOT find Curses #90

Closed lucas993 closed 3 years ago

lucas993 commented 3 years ago

Running Ubuntu 20.04.1 with Nvidia 460 drivers.

cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True

I get the following error:

CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)`

Appears libncurses is installed

libncurses6/focal,now 6.2-0ubuntu2 amd64 [installed,automatic]
libncursesw6/focal,now 6.2-0ubuntu2 amd64 [installed,automatic]

CMakeOutput.log

lucas993 commented 3 years ago

Its because I didn't really have cureses installed.