clbr / radeontop

GNU General Public License v3.0
785 stars 69 forks source link

Compiling Error #135

Closed wes1993 closed 1 year ago

wes1993 commented 1 year ago

Hello could someone help me with the comping process? I have Debian 11 image

Best Regards Stefano

danielzgtg commented 1 year ago
  1. sudo apt install pkg-config
  2. sudo apt install libdrm-dev
  3. Whenever you see an error with #include <XYZ.h>, run sudo apt install libXYZ-dev or similar
wes1993 commented 1 year ago

Thanks a lot for you reply :)