How to install google protobuf in linux/ubuntu (ubuntu 20.04)
Описание
In this video I will show how to install google protobuf in ubuntu 20.04.
Protocol Buffers - C++ Installation - Unix
1). Prerequisite
$ sudo apt-get install autoconf automake libtool curl make g++ unzip
2). Download & un-tar
https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.2
Untar the downloaded package with below command:
$ tar -xvf protobuf-cpp-3.11.2.tar.gz
If this works for you please do subscribe, It will encourage me to upload more videos. I you have any queries you can comment below or ping me directly on telegram https://t.me/charongv
3). Build and InstallTo build and install the C++ Protocol Buffer runtime and the Protocol Buffer compiler (protoc) execute the following:
cd protobuf-cpp-3.11.2
./configure
make
make check
sudo make install
sudo ldconfig
Give me suggestions on the type of videos you want me to upload? or ask me any doubts you have I will make a video on that. comment below your needs.
Reference:
https://github.com/protocolbuffers/protobuf/blob/master/src/README.md
https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.2
Follow me on Instagram:
https://www.instagram.com/g_v_charon/
https://www.instagram.com/new_tech_fa...
Рекомендуемые видео


















