sudo apt-get install autoconf automake libtool curl make g++ unzip -y
git clone https://github.com/google/protobuf.git
cd protobuf
git submodule update --init --recursive
./autogen.sh
make
make check
sudo make install
sudo ldconfig
Forked from diegopacheco/latest-protobuf-ubuntu-18-04.md
Created
January 17, 2021 04:09
-
-
Save nguyen0096/bf4de8ecf7186eaf84a0b72566f47f0a to your computer and use it in GitHub Desktop.
How to Install Latest Protobuf on Ubuntu 18.04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In terminal, run
protoc --version
to check if protobuf is installed