Skip to content

Remote-Oculus-Controller/proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto

Repository for R.O.C protobuffers files

Setup

The .proto present in this repository use proto3 syntax. doc

  1. 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.

  1. Pull

Pull this repository and add it to your project.

  1. 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

Use it

Under contruction

About

Repository for R.O.C protobuffers files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published