Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/tconkling/protoc-gen-as3
- Owner: tconkling
- License: bsd-2-clause
- Created: 2013-01-16T02:08:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T21:32:05.000Z (almost 10 years ago)
- Last Synced: 2024-11-03T09:42:08.954Z (2 months ago)
- Language: ActionScript
- Size: 691 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - protoc-gen-as3 - forked from https://code.google.com/p/protoc-gen-as3/ (Unsorted / Other API)
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.