How to install google protobuf on FreeBSD

717 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 answers

0
Edward Tomasz Napierala 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".