no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux_faq:nvtop_on_amazonlinux2 [2022/04/18 14:45] (current) – created admin
Line 1: Line 1:
 +https://github.com/Syllo/nvtop
 +
 +cmake 3.xx:
 +<code>
 +sudo yum remove cmake
 +wget https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz
 +tar -xvf ./cmake-3.23.1.tar.gz 
 +cd cmake-3.23.1/
 +sudo yum install gcc-c++ openssl-devel
 +./bootstrap
 +make
 +sudo make install
 +exit
 +## Exit needed to apply cmake env
 +</code>
 +nvtop
 +<code>
 +sudo yum install ncurses-devel git
 +cd ~
 +git clone https://github.com/Syllo/nvtop.git
 +mkdir -p nvtop/build && cd nvtop/build
 +cmake .. -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=OFF
 +sudo make install
 +</code>
  
  • linux_faq/nvtop_on_amazonlinux2.txt
  • Last modified: 2022/04/18 14:45
  • by admin