Skip Menu |

This queue is for tickets about the Alien-ProtoBuf CPAN distribution.

Report information
The Basics
Id: 127632
Status: new
Priority: 0/
Queue: Alien-ProtoBuf

People
Owner: Nobody in particular
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: how to install protobuf library
How do I install protobuf library, such that your code will find it? Can you please give a pointer in your documentation? There are so many versions of protobuf out there, it is overwhelming (and none of them mention Perl). https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1
FWIW, on Ubuntu, I figured out that `sudo apt-get install libprotoc-dev libprotobuf-dev protobuf-compiler` is sufficient.