README - Add libcap-dev dependency

Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>


[ROCm/rdc commit: c401a6bed6]
Этот коммит содержится в:
Galantsev, Dmitrii
2025-07-18 12:51:04 -05:00
коммит произвёл Galantsev, Dmitrii
родитель ad1021d830
Коммит cccfe3e0f1
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -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:**
+1 -1
Просмотреть файл
@@ -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: