From c401a6bed687bfe6316662fa4da7d7e8e4bf35aa 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 --- README.md | 2 +- docs/install/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de75a06efc..befa104413 100644 --- a/README.md +++ b/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/docs/install/install.rst b/docs/install/install.rst index be4b40c0cb..5a45c414aa 100644 --- a/docs/install/install.rst +++ b/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: