Repository for R.O.C protobuffers files
The .proto present in this repository use proto3 syntax. doc
- Get it
Install protocol buffer libraire corresponding to the platform/languages you are using. If you you are working in a linux environnement, your distribution repository might already have it.
- Pull
Pull this repository and add it to your project.
- Make it
Compile .proto for your language
protoc --your_language=. ./*.proto
All source file will be locate in the local folder see protoc --help
for more information
Under contruction