Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Feb 27, 2024
1 parent 9e7c97a commit db8cf85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- ninja 1.10+
- ragel
- yasm
- protoc

## Runtime Requirements

Expand All @@ -17,7 +18,9 @@
## Install dependencies

```bash
sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm
sudo apt-get -y update
sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm protobuf-compiler \
protobuf-compiler-grpc libprotobuf-dev libgrpc++-dev libgrpc-dev libgrpc++1 libgrpc10

wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
Expand Down Expand Up @@ -69,5 +72,5 @@ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \

```bash
cd build
ninja client/all examples/all
ninja
```

0 comments on commit db8cf85

Please sign in to comment.