From 4e12dfaa73c7f0cad85466d71aefbe68df593f34 Mon Sep 17 00:00:00 2001 From: cfreehill Date: Mon, 30 Oct 2017 12:15:12 -0500 Subject: [PATCH] Update README.md [ROCm/rocm_smi_lib commit: 716a8a0661eceab84aa8bceeedf78349fb41b84b] --- projects/rocm-smi-lib/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/rocm-smi-lib/README.md b/projects/rocm-smi-lib/README.md index bd9ce390ff..7ca1ec6761 100644 --- a/projects/rocm-smi-lib/README.md +++ b/projects/rocm-smi-lib/README.md @@ -1,10 +1,14 @@ # rocm_smi_lib -## To build library and example: +### To build library and example: mkdir -p build + cd build + cmake .. + make + cd .. The above commands will result in building the library librocm_smi.so and