[go: up one dir, main page]

protobux

File required to add libprotobuf to your native projects
https://github.com/hughsando/protobux

To install, run:

haxelib install protobux 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

protobux

hxcpp build system for libprotobuf

To create a 'protoc' executable for you platform, run:

cd build
haxelib run hxcpp protoc.xml

To link your project against the libprotobuf files, include the build/libprotobuf.xml in your project build.xml file, eg:

 <import name="${haxelib:protobux}/build/libprotobuf.xml" />

To generate the files for haxelib, run:

haxe --run MakeHaxelib.hx
Contributors
gamehaxe
Version
1.0.0
Published
8 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub