Protobuf

Install Protobuf

this does not work:

sudo apt install libprotobuf-dev protobuf-compiler

also do not work:

follow this to install protobuf C++ compiler

If Bazel cannot be located, do following, reference this threadarrow-up-right, we are using david's method

Verify install correctly:

Also download the release here and move the include folder to /usr/local/include/google

DOES NOT WORK:

Download the prebuilt file, copy the include/google folder to /usr/include

Also need to download source, and copy the protobuf-25.1/src/google/protobuf/stubs folder to there

FINALLY WORKS

i think this works up to 3.12.3, havent tried

instruction is herearrow-up-right

Last updated