Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
moarrrr docs
  • Loading branch information
delahee committed Aug 9, 2014
1 parent 3ba6d94 commit 5e9d68a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5e9d68a

Please sign in to comment.