Skip to content

Commit

Permalink
Upadate the README with instructions for installing gRPC (#614)
Browse files Browse the repository at this point in the history
* Upadate the README with instructions for installing  gRPC

Signed-off-by: DScano <d.scano89@gmail.com>

* Decouple the build and install steps

Signed-off-by: DScano <d.scano89@gmail.com>

---------

Signed-off-by: DScano <d.scano89@gmail.com>
  • Loading branch information
Dscano authored Aug 26, 2024
1 parent 05cb925 commit 5eae9c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,17 @@ make
git clone --depth=1 -b v1.43.2 https://github.com/google/grpc.git
cd grpc/
git submodule update --init --recursive
mkdir -p "cmake/build"
pushd "cmake/build"
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DgRPC_INSTALL=ON \
-DgRPC_BUILD_TESTS=OFF \
-DgRPC_SSL_PROVIDER=package \
../..
make
[sudo] make install
[sudo] ldconfig
popd
```
- [sysrepo](https://github.com/sysrepo/sysrepo) and all its dependencies: see
instructions in [proto/README.md](proto/README.md)
Expand Down

0 comments on commit 5eae9c8

Please sign in to comment.