Skip to content

Commit

Permalink
Merge pull request HaxeFoundation#95 from delahee/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Simn committed Aug 9, 2014
2 parents 73cbb6a + 98538e0 commit 3ba6d94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3ba6d94

Please sign in to comment.