Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tconkling/protoc-gen-as3

forked from https://code.google.com/p/protoc-gen-as3/
https://github.com/tconkling/protoc-gen-as3

Last synced: 23 days ago
JSON representation

forked from https://code.google.com/p/protoc-gen-as3/

Awesome Lists containing this project

README

        

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
2. Download source code of protobuf v2.3 or v2.4.
3. Unzip protobuf's source code.
4. Copy protoc-gen-as3/config.mk.sample to protoc-gen-as3/config.mk .
5. Modify protoc-gen-as3/config.mk .
6. run make.