download [en]
Differences between version #15128 and #15131
3c3
<
---
> ==== ====
13a14,16
> ==== Other ways to Install ====
> * For advanced users, if you want to install haxe manually, or want the latest SVN version or prefer more normal Linux approaches such as using package installation, then take a look at the [[manual_install|Manual Install page]].
>
17,106d19
<
< ====== Manual Install ======
< **Windows** user can refer to a more detailed version at [[/doc/start/windows]].
<
< 1. Download and extract one of the below:
< * for Windows : {{haxe-2.10-win.zip}}
< * for OSX : {{haxe-2.10-osx.tar.gz}}
< * for Linux : {{haxe-2.10-linux.tar.gz}}
< * [[http://haxe.org/file/|Older versions]]
<
< 2. Download and extract the Neko binaries from [[http://nekovm.org/download|NekoVM website]]
<
< 3. Set environment variables:
< * **HAXE_LIBRARY_PATH** to the absolute path of the std folder of Haxe. eg. // D:\haxe-2.10-win\std:.// (the ' :. ' part is important)
< * **HAXEPATH** to the absolute path of the extracted folder of Haxe. eg. //D:\haxe-2.10-win//
< * **NEKOPATH** to the absolute path of the extracted folder of Neko. eg. //D:\neko-1.8.2-win//
< * Add //%HAXEPATH%;%NEKOPATH%;// to the **PATH** environment variable of your operating system.
<
< To check if the haxe executable can be found, open Command Prompt (Terminal) and enter
< <code haxe>haxe</code>It should print out the info of Haxe:
< <code haxe>
< Haxe Compiler 2.10 - (c)2005-2012 Motion-Twin
< Usage : haxe.exe -main <class> [-swf|-js|-neko|-php|-cpp|-cs|-java|-as3] <output> [options]
< Options :
< -cp <path> : add a directory to find source files
< (The rest of the options are omitted for brevity.)
< </code>
<
< ====== Building from source ======
<
< * If you want to build Haxe from source, read the [[/doc/build|build instructions]]
< * Source code : [[http://code.google.com/p/haxe]] (official)
< * Github mirror : [[https://github.com/TheHippo/haxe]] (contact: [[http://haxe.org/wiki/user?name=TheHippo|TheHippo]]) [incl. compile dependencies]
< * Github mirror : [[https://github.com/aduros-mirrors/haxe]] (contact: [[http://haxe.org/wiki/user?name=aduros|Aduros]])
< * Github mirror : [[https://github.com/haxe-mirrors/haxe]] (contact: [[http://haxe.org/wiki/user?name=djc|Daniel Cassidy]]) [incl. dependencies; more detailed info [[https://groups.google.com/d/msg/haxelang/2yMdyp19D1Q/aMZCnmsEOwMJ|here]]]
<
< ====== SVN 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).
< New builds are immediately available for download after each svn commit (unless the frequency info below states otherwise).
<
< * **Instructions for installing a nightly build:**
< * Download the latest build (zip or tar) from one of the servers listed below.
< * Navigate to the directory where you previously installed haxe with the [[http://haxe.org/download?lang=en#automatic-installer|automatic installer]]
< * Replace the //haxe// executable and the //std// folder with the ones from the zip or tar.
<
< * **Available servers:**
<
< * [[http://haxe.cmt.tc|Official Builds]]
< - automated: yes
< - frequency: every revision
< - executable shows revision nr: no
< - contact: [[http://haxe.org/wiki/user?name=waneck | Cauê]]
< 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 [[http://ralcr.com/downloads/nb.n.zip|here]]. See [[http://haxe.1354130.n2.nabble.com/Nightly-builds-api-td6188037.html|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.
<
< * [[http://builds.haxer.be/| osx 10.7 + linux32 + mirror]]
< - automated: yes
< - frequency: every revision
< - executable shows revision nr: yes
< - contact: [[http://haxe.org/wiki/user?name=BernardV | BernardV]]
<
< * [[http://haxer.be/builds/|windows + linux32]]
< - automated: yes
< - frequency: every (waking) hour
< - executable shows revision nr: yes
< - contact: [[http://haxe.org/wiki/user?name=jan_flanders | Jan_Flanders]]
<
< * [[http://www.haxe3.org/downloads/nightly/osx10_5/haxe2_11/|Mac - 32bit]]
< - automated: no
< - frequency: couple of times a week.( last - Friday Lunchtime revision [[http://www.haxe3.org/downloads/nightly/osx10_5/haxe2_11/haxe-2.10_5153-osx.tar.gz|5135]] )
< - For Leopard, Snowy, Lion
< - executable shows revision nr: yes
< - contact: [[http://haxe.org/wiki/user?name=JLM | Justin L Mills]]
<
< * [[https://launchpad.net/~eyecreate/+archive/haxe|ppa]]
< - automated: unknown
< - frequency: unknown
< - executable shows revision nr: no
< - contact: [[http://haxe.org/wiki/user?name=eyecreate | Kevin W.]]
<
< ====== Packages ====== ===== APT repository =====
< Detailed installation for [[/installation/ubuntu|Ubuntu]] :
<
< * Software Center: [[https://apps.ubuntu.com/cat/applications/haxe|Download for Ubuntu]]
<
< * Apt-Get <code haxe>sudo apt-get install haxe </code>
<
< ===== AUR ([[http://www.archlinux.org/|ArchLinux]] User Repository) =====
< * <code>yaourt -S haxe</code> [[http://aur.archlinux.org/packages.php?ID=16697|haxe package details]]
< * If you prefer more recent version, try this: <code>yaourt -S haxe-svn</code> [[http://aur.archlinux.org/packages.php?ID=58668|haxe-svn package details]]
\ No newline at end of file
| Ver | Date | User | Action |
|---|---|---|---|
| #18414 | 2013-05-08 10:20:53 | ncannasse | View | Diff |
| #17900 | 2013-03-11 02:51:19 | JLM | View | Diff |
| #17854 | 2013-03-03 04:40:19 | JLM | View | Diff |
| #17853 | 2013-03-03 04:34:07 | JLM | View | Diff |
| #17829 | 2013-02-28 09:45:59 | cambiata | View | Diff |
| #17723 | 2013-02-25 12:53:25 | waneck | View | Diff |
| #17722 | 2013-02-25 12:53:02 | waneck | View | Diff |
| #15976 | 2013-02-19 15:25:50 | jan_flanders | View | Diff |
| #15554 | 2012-10-14 00:31:37 | JLM | View | Diff |
| #15552 | 2012-10-13 22:22:52 | cambiata | View | Diff |
| #15500 | 2012-09-23 00:29:23 | JLM | Restored to version #15192 |
| #15476 | 2012-09-22 22:10:55 | Anonymous | View | Diff |
| #15192 | 2012-07-26 16:09:54 | jan_flanders | View | Diff |
| #15187 | 2012-07-26 14:14:47 | jan_flanders | View | Diff |
| #15167 | 2012-07-23 17:28:33 | JLM | View | Diff |
| #15164 | 2012-07-23 17:19:03 | JLM | View | Diff |
| #15140 | 2012-07-21 04:16:46 | JLM | View | Diff |
| #15139 | 2012-07-21 04:14:56 | JLM | View | Diff |
| #15135 | 2012-07-20 16:10:14 | JLM | View | Diff |
| #15134 | 2012-07-20 16:09:59 | JLM | View | Diff |
Previous | Next