How to install google protobuf on FreeBSD

750 Views Asked by At

I am trying to find a step by step guide to installing protobuf on FreeBSD.. I tried installing with pkd_add but it does not find it

1

There are 1 best solutions below

0
On

Use either binary packages - "pkg install protobuf" ("pkg search protobuf" to see what packages are available) - or install from ports; "cd /usr/ports/devel/protobuf && make install".