Skip to content

Commit 083711a

Browse files
Switch to hmm for dependency management
1 parent 30bb494 commit 083711a

File tree

3 files changed

+243
-140
lines changed

3 files changed

+243
-140
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,10 @@ systemctl start git-cache-http-server
5858

5959
This is needed only if you change the Haxe source code in `src/`.
6060

61-
Requirements: `haxe` and `haxelib`.
62-
63-
You'll need the "hxnodejs" and the https://github.com/jonasmalacofilho/jmf-npm-externs.hx libraries before being able to compile the project.
61+
Requirements: `haxe` and [`hmm`](https://github.com/andywhite37/hmm). If you prefer to manage the build dependencies manually, check out [`hmm.json`](hmm.json) for the required libraries.
6462

6563
```
66-
haxelib install hxnodejs
67-
haxelib git https://github.com/jonasmalacofilho/jmf-npm-externs.hx.git
64+
hmm install
6865
haxe build.hxml
6966
```
7067

0 commit comments

Comments
 (0)