0

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

user_mda
  • 18,148
  • 27
  • 82
  • 145

1 Answers1

2

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".