Download
You are viewing an old version of this entry, click here to see latest version.
Automatic Installer
You can easily install Haxe by using one of the following automatic installers
- Download Windows Installer
- Download OSX Universal Installer
- Download Linux Installer
Please note that the automatic installer also downloads and installs NekoVM which is used for some Haxe tools.
Mac OSX users on Leopard ( 10.5 ) need to patch with a nightly haxe, see below.Next steps
- Find your perfect Haxe editor or IDE
- Get your feet wet in the Getting started section
Manual Install
Windows user can refer to a more detailed version at Getting Started on Windows.
1. Download and extract one of the below:
- for Windows : haxe-2.09-win.zip
- for OSX : haxe-2.09-osx.tar.gz
- for Linux : haxe-2.09-linux.tar.gz
- Older versions
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.08-win
- NEKOPATH to absolute path to the extracted folder of Neko. eg. D:\neko-1.8.2-win
- Add %HAXEPATH%;%NEKOPATH%; to PATH
To check if it works or not, open Command Prompt (Terminal) and enter
haxeIt should print out the info of Haxe.
Building from source
- If you want to build Haxe from source, read the build instructions
- Source code : http://code.google.com/p/haxe (official)
- Github mirror : https://github.com/TheHippo/haxe (By TheHippo) [incl. compile dependencies]
- Github mirror : https://github.com/aduros-mirrors/haxe (By Aduros)
Nightly Builds
If you want to enjoy Haxe's freshly added features and bug fixes, you can download the newest builds for each platform, offered by haxe users:
- Official Builds - Please check the date to ensure that the build for your OS is up-to-date. You can use the automatic nightly builds installer neko tool from here. See this thread for more info on the tool. Run "neko nb" in order to see a list of options, and "sudo neko nb -install" to install the newest revision. Please note that was tested on OSX only and had no confirmation for other platforms yet.
- windows (By Hosey)
- windows + linux32 (By Jan_Flanders)
- linux32 (By BernardV) ( + osx.. currently broken )
- Lion ( By Justin L Mills ) server down, will be up this afternoon.
- ppa (By Kevin W.)
- Instructions for installing a nightly build:
- Download the latest build (zip or tar) from one of the links above.
- Navigate to the directory where haxe is installed.
- Replace the haxe executable and the std folder with the ones from the zip or tar.
Packages
APT repository
Detailed installation for Ubuntu :
- Software Center: Download for Ubuntu
- Apt-Get
sudo apt-get install haxe
version #14236, modified 2012-06-14 12:37:07 by JLM