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
Asked
Active
Viewed 624 times
0
-
This probably shouldn't be posted to stackoverflow... – Disco Globeulon Nov 19 '14 at 19:21
1 Answers
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".

Edward Tomasz Napierala
- 1,766
- 13
- 12