From 5e9d68ac06044f1493a0e321155e93d120936467 Mon Sep 17 00:00:00 2001 From: "David \"Blackmagic\" Elahee" Date: Sat, 9 Aug 2014 09:32:00 +0200 Subject: [PATCH 1/2] Update README.md moarrrr docs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 36578c819..d5a0e595d 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 paltform 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. From 3cf6a98808aea934a9dc753315148d9d8012c301 Mon Sep 17 00:00:00 2001 From: "David \"Blackmagic\" Elahee" Date: Sat, 9 Aug 2014 09:48:03 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a0e595d..334706dfd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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 paltform name. +In the same folder, you can cross build to other platforms using the run.n with the said platform name. For example :