Skip to content

Instantly share code, notes, and snippets.

View MehdiKhoshnevisz's full-sized avatar
🪖

Mehdi Khoshnevis MehdiKhoshnevisz

🪖
View GitHub Profile
@MehdiKhoshnevisz
MehdiKhoshnevisz / install_grpc.md
Created December 21, 2022 21:53
Install gRPC++ on Ubuntu20.04

Solved step

# install dependencies,it's easy here
sudo apt install -y cmake
# install basic tools
sudo apt install -y build-essential autoconf libtool pkg-config

# clone from github and install it,I installed v1.34.1 here
git clone --recurse-submodules -b v1.34.1 https://github.com/grpc/grpc
cd grpc