https://github.com/atry/protoc-gen-as3
Automatically exported from code.google.com/p/protoc-gen-as3
https://github.com/atry/protoc-gen-as3
Last synced: 9 months ago
JSON representation
Automatically exported from code.google.com/p/protoc-gen-as3
- Host: GitHub
- URL: https://github.com/atry/protoc-gen-as3
- Owner: Atry
- License: bsd-2-clause
- Created: 2015-03-15T08:03:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T15:39:30.000Z (over 9 years ago)
- Last Synced: 2025-03-14T03:11:39.551Z (over 1 year ago)
- Language: ActionScript
- Size: 1.33 MB
- Stars: 55
- Watchers: 14
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: LICENSE
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.