From f4a45639d69e6d984658346e1c9e66b36ced6b3e Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Wed, 29 Nov 2023 20:59:06 -0500 Subject: [PATCH] Update README - add libstdc++-12-dev as the prerequisites for building rocDecode (#102) [ROCm/rocdecode commit: 225fabbf60f6f2ec1556595927a5f1794834aab6] --- projects/rocdecode/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index bd0f56a217..b0f6b647ad 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -24,11 +24,17 @@ rocDecode is a high performance video decode SDK for AMD GPUs. rocDecode API let ``` * libdrm-dev `2.4` or later - + ```shell sudo apt install libdrm-dev ``` +* libstdc++-12-dev + + ```shell + sudo apt install libstdc++-12-dev + ``` + * **Note** [rocDecode-setup.py](rocDecode-setup.py) script can be used for installing all the dependencies ## Build instructions