From cccfe3e0f1eed1460867e84fb42fec0d260a4a2f Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Fri, 18 Jul 2025 12:51:04 -0500 Subject: [PATCH] README - Add libcap-dev dependency Signed-off-by: Galantsev, Dmitrii [ROCm/rdc commit: c401a6bed687bfe6316662fa4da7d7e8e4bf35aa] --- projects/rdc/README.md | 2 +- projects/rdc/docs/install/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rdc/README.md b/projects/rdc/README.md index de75a06efc..befa104413 100644 --- a/projects/rdc/README.md +++ b/projects/rdc/README.md @@ -139,7 +139,7 @@ If you prefer to build RDC from source, follow the steps below. ```bash sudo apt-get update - sudo apt-get install automake make cmake g++ unzip build-essential autoconf libtool pkg-config libgflags-dev libgtest-dev clang libc++-dev curl + sudo apt-get install automake make cmake g++ unzip build-essential autoconf libtool pkg-config libgflags-dev libgtest-dev clang libc++-dev curl libcap-dev ``` 2. **Clone and Build gRPC:** diff --git a/projects/rdc/docs/install/install.rst b/projects/rdc/docs/install/install.rst index be4b40c0cb..5a45c414aa 100644 --- a/projects/rdc/docs/install/install.rst +++ b/projects/rdc/docs/install/install.rst @@ -58,7 +58,7 @@ gRPC and Protoc must be built from source as the prebuilt packages are not avail .. code-block:: shell sudo apt-get update - sudo apt-get install automake make g++ unzip build-essential autoconf libtool pkg-config libgflags-dev libgtest-dev clang libc++-dev curl + sudo apt-get install automake make g++ unzip build-essential autoconf libtool pkg-config libgflags-dev libgtest-dev clang libc++-dev curl libcap-dev 2. Clone and build gRPC: