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
August 9, 2023 10:42
-
-
Save haithemsekri/1e1025b3329995885ddc9511d3fb9ce1 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