Created
August 10, 2020 14:52
-
-
Save MarlikAlmighty/81d4ef97e80c7218e13f8d7e888a48bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
./configure | |
make | |
make check | |
sudo make install | |
sudo ldconfig # refresh shared library cache. | |
protoc --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment