Download haXe
You can easily install haXe by using one of the following automatic installers :
- Download Windows Installer
- Download OSX Universal Installer
- Download Linux Installer
C:/Motion-Twin/haxe on these systems. Sorry for the inconvenience but using ProgramFiles was causing too many issues.
Next Steps
- Find your perfect haXe editor or IDE
- Get your feet with in the Getting started section
Manual Install
Please note that the automatic installer also downloads and installs Neko. The following will cover installing Neko, you may skip those parts if you have Neko installed already.
Procedure
1. Download and extract one of the below:
- for Windows : haxe-2.06-win.zip
- for OSX : haxe-2.06-osx.tar.gz
- for Linux : haxe-2.06-linux.tar.gz
2. Download and extract the Neko binaries from NekoVM website.
3. Set environment variables:
- HAXEPATH to absolute path to the extracted folder of haXe. eg. D:\haxe-2.06-win
- NEKOPATH to absolute path to the extracted folder of Neko. eg. D:\neko-1.8.1-win
- Add %HAXEPATH%;%NEKOPATH%; to PATH
4. Done. To check if it works or not, open Command Prompt (Terminal) and enter
haxe
It should print out the info of haXe. Try reboot once if it doesn't.
Specific Install Notes
- If you want to build haXe from source, read the build instructions.
- More installation infos about specific linux distros:
version #9152, modified 2010-08-28 20:34:33 by Conrad