github.com/polarismesh/polaris@v1.17.8/common/api/protoc/readme.txt (about)

     1  Protocol Buffers - Google's data interchange format
     2  Copyright 2008 Google Inc.
     3  https://developers.google.com/protocol-buffers/
     4  
     5  This package contains a precompiled binary version of the protocol buffer
     6  compiler (protoc). This binary is intended for users who want to use Protocol
     7  Buffers in languages other than C++ but do not want to compile protoc
     8  themselves. To install, simply place this binary somewhere in your PATH.
     9  
    10  If you intend to use the included well known types then don't forget to
    11  copy the contents of the 'include' directory somewhere as well, for example
    12  into '/usr/local/include/'.
    13  
    14  Please refer to our official github site for more installation instructions:
    15    https://github.com/protocolbuffers/protobuf