Skip to content

Commit

Permalink
Add tool step to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasuster committed Oct 4, 2015
1 parent 6dc11f1 commit c3188b0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
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
# building

Build the tools.

```
cd tools/hxcpp
haxe compile.hxml
cd ../build
haxe compile.hxml
```

Running neko on the build.n script will rebuild the supported architectures on your current platform.

Expand Down

0 comments on commit c3188b0

Please sign in to comment.