From 98538e085c0529df3c5768c90d29b028ba924202 Mon Sep 17 00:00:00 2001 From: "David \"Blackmagic\" Elahee" Date: Sat, 9 Aug 2014 09:20:44 +0200 Subject: [PATCH] Update README.md Add some missing docs :) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0cbdd5c40..36578c819 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ [![Build Status](https://travis-ci.org/HaxeFoundation/hxcpp.png?branch=master)](https://travis-ci.org/HaxeFoundation/hxcpp) hxcpp is the runtime support for the c++ backend of the [haxe](http://haxe.org/) compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from haxe code. + + +# rebuilding +``` +cd project +haxelib run hxcpp build.xml clean +haxelib run hxcpp build.xml +```