Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add some missing docs :)
  • Loading branch information
delahee committed Aug 9, 2014
1 parent 73cbb6a commit 98538e0
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 98538e0

Please sign in to comment.