From 969256202b1dd958a35907b858d12c3f2c68fa99 Mon Sep 17 00:00:00 2001 From: "Williams, Justin" Date: Wed, 26 Feb 2025 01:12:42 -0700 Subject: [PATCH] [SWDEV-516619] Added libdrm-dev dependencies to README (#130) Signed-off-by: Williams, Justin [ROCm/amdsmi commit: d65b2677b6f095188ca4b8b3f4d404edf9365f54] --- projects/amdsmi/README.md | 2 ++ projects/amdsmi/docs/install/build.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projects/amdsmi/README.md b/projects/amdsmi/README.md index f6b798937d..1171ea3bc9 100644 --- a/projects/amdsmi/README.md +++ b/projects/amdsmi/README.md @@ -129,6 +129,8 @@ during development; earlier versions are not guaranteed to work. * CMake (v3.14.0 or later) -- `python3 -m pip install cmake` * g++ (v5.4.0 or later) +* libdrm-dev (for Ubuntu and Debian) +* libdrm-devel (for RPM-based distributions) In order to build the AMD SMI Python package, the following components are required: diff --git a/projects/amdsmi/docs/install/build.md b/projects/amdsmi/docs/install/build.md index e8829bc3ce..27b06b8586 100644 --- a/projects/amdsmi/docs/install/build.md +++ b/projects/amdsmi/docs/install/build.md @@ -18,6 +18,8 @@ versions are not guaranteed to work. * CMake (v3.14.0 or later) -- `python3 -m pip install cmake` * g++ (v5.4.0 or later) +* libdrm-dev (for Ubuntu and Debian) +* libdrm-devel (for RPM-based distributions) In order to build the AMD SMI Python package, the following components are required: