diff --git a/README.md b/README.md index 36578c819..334706dfd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,19 @@ hxcpp is the runtime support for the c++ backend of the [haxe](http://haxe.org/) # rebuilding + ``` cd project haxelib run hxcpp build.xml clean haxelib run hxcpp build.xml ``` + +In the same folder, you can cross build to other platforms using the run.n with the said platform name. + +For example : + +``` +neko run.n android +``` + +For experts, you can configure the compilation scripts that will be used for executables and library production in the 'toolchain' folder.