The easiest thing to do would be to download a prebuilt binary from the release page here <https://github.com/protocolbuffers/protobuf/releases>. If you want to build from source then you can also run "make install" to have protoc and the libraries installed on your system.
On Mon, Nov 12, 2018 at 2:08 AM Gavin Stokes <[email protected]> wrote: > Hi all. > > Just getting started with Protocol Buffers. > > I've run the build script on Mac OS, but the resulting "protoc" is indeed > just a script. I see also the generated .la files, but don't see other > build products. How do I gather up just the necessary files to > run the protoc compiler and integrate it into my build environment? > > Thanks! > > Gavin > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
