mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update readme
This commit is contained in:
parent
e4ac8275c4
commit
2fad62afea
1 changed files with 3 additions and 2 deletions
|
|
@ -5,9 +5,10 @@ Its currently a WIP at the time of writing. The marble physics code was taken fr
|
|||
# Build
|
||||
Requires Haxe 4.2.2
|
||||
You require the following Haxe libraries:
|
||||
- heaps: 1.9.1 (not the git version)
|
||||
- heaps: 1.9.1 (not the git version) with https://github.com/HeapsIO/heaps/pull/573 applied
|
||||
- hlsdl (You will have to update it manually by replacing the files after doing the below steps)
|
||||
|
||||
You also have to compile your own version of Hashlink with https://github.com/HaxeFoundation/hashlink/pull/444 applied
|
||||
After all that has been setup, copy the data folder of MBG to the repo directory, compile to hashlink by doing `haxe compile.hxml` and then running the game by `hl marblegame.hl`
|
||||
After all that has been setup, compile to hashlink by doing `haxe compile.hxml` and then running the game by `hl marblegame.hl`
|
||||
To compile to C, use the instructions in https://gist.github.com/Yanrishatum/d69ed72e368e35b18cbfca726d81279a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue