All Projects → tconkling → Protoc Gen As3

tconkling / Protoc Gen As3

Licence: bsd-2-clause
forked from https://code.google.com/p/protoc-gen-as3/

Programming Languages

actionscript
884 projects

How to use?

protoc --plugin=protoc-gen-as3="path/to/protoc-gen-as3[.bat]" --as3_out=output-path your.proto

See http://code.google.com/p/protoc-gen-as3/ for more information.

How to compile from source?

  1. Make sure you have installed these programs:
  • GNU Make
  • Maven
  • JDK
  1. Download source code of protobuf v2.3 or v2.4.
  2. Unzip protobuf's source code.
  3. Copy protoc-gen-as3/config.mk.sample to protoc-gen-as3/config.mk .
  4. Modify protoc-gen-as3/config.mk .
  5. run make.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].