-
Notifications
You must be signed in to change notification settings - Fork 52
Installation and Setup
Skial Bainn edited this page Apr 12, 2014
·
1 revision
Using Haxe Compiler 3.1.3 git build a21691a
.
You will need to install the following libraries
- detox -
haxelib install detox
- selecthxml -
haxelib install selecthxml
- tjson -
haxelib install tjson
- hxparse -
haxelib install hxparse
You will need to install the following libraries through haxelib git <name> <url> <branch> <folder>
or clone them locally and run haxelib local <zip>
-
uhu:
- git -
haxelib git uhu https://github.com/skial/uhu experimental src
- zip:
- download -
https://github.com/skial/uhu/archive/experimental.zip
- install -
haxelib local experimental.zip
- download -
- git -
-
klas:
- git -
haxelib git klas https://github.com/skial/klas master src
- zip:
- download -
https://github.com/skial/klas/archive/master.zip
- install -
haxelib local master.zip
- download -
- git -
-
mo:
- git -
haxelib git mo https://github.com/skial/mo master src
- zip:
- download -
https://github.com/skial/mo/archive/master.zip
- install -
haxelib local master.zip
- download -
- git -
-
tuli:
- git -
haxelib git tuli https://github.com/skial/tuli master src
- zip:
- download -
https://github.com/skial/tuli/archive/master.zip
- install -
haxelib local master.zip
- download -
- git -
You will also need some programs due to the macro system not being able to load ndlls and other reasons.
- tidy -
http://w3c.github.io/tidy-html5/
- curl -
http://curl.haxx.se/
None, if you have all the libraries and programs installed and available from
PATH, then compiling haxe.io.hxml
should work.
If not, open an issue. I might have missed something!?!