Latest Changes

Differences between version EMPTY and #15384

0a1,96
> Getting **Haxe** to run on windows ranges from simple to mild difficulty.  Currently, there are two methods of installation that you can choose: automatic installer and manual.  With the automatic installer, the installation will be automated with minimal user intervention with only two real steps to preform.  The manual, on the other hand, offers the most flexibility and almost always works, but requires some technical operations.
> 
> ====== Automatic Installer ======
> The Haxe windows installer package is the easiest method to install all the required components, and automates many of the tasks that need to be preformed.  The automatic installer also updates a previously installed version of Haxe and Neko.
> 
> [box2]
> **Note**: the installer requires internet access.  If you are behind a proxy, please follow the Manual Installation.
> [/box2]
> 
> ==== Requirements ====
>   * Windows 98 or greater.
>   * Internet Access.
> 
> ===== 1. Download the Executable =====
> First, obtain the windows installer file from the Haxe [[http://haxe.org/download|download]] page.  This is the executable that will run the installer/updater.
> 
> 
> ===== 2. Launch the Executable =====
> Double click the executable.  Several windows will appear, a series of command windows, and another window titled ''Haxe Installer''.  You can ignore the command windows as they're checking for previous versions of Haxe and Neko, it will quickly close.  The Haxe Installer window will display several lines of text.  This text will display to you what it is currently working on and any errors that may occur.
> 
> Follow the instructions provided by the installer.  At the end, you will either be greeted with an error message stating the install failed or the installation will be a success and you can exit out of the Haxe installer.  At this point, you can go to go validate installation section.
> 
> ====== Manual Installation ======
> The manual installation involves a lot more technical work, but allows for users to refine the development environment a bit more.  Although, this type of installation does not have the facility to update Haxe to the latest version with a single click like the automatic installer.
> 
> ==== Requirements ====
>   * None
> 
> 
> ===== 1. Obtain Haxe =====
> You can download the manual Haxe installation binary from the Haxe [[download|download]] page.
> 
> 
> ===== 2. Unpack Haxe Archive =====
> Extract the contents of the Haxe zip file to your desired location (I use ''C:\Haxe'').
> 
> 
> ===== 3. Obtain Neko =====
> Download NekoVM windows binary from the [[http://nekovm.org/|NekoVM]] website.
> 
> 
> ===== 4. Unpack NekoVM Archive =====
> Extract the contents of the NekoVM zip file to your desired location (I use ''C:\Neko'').
> 
> 
> ===== 5. Add Neko and Haxe to Path =====
> This step varies for different versions of windows.  Select the section that applies to your OS.
> 
> ==== Windows 2000/XP ====
>   * Right click "My Computer" and select "Properties"
>   * Under the Advanced tab, click the [Environment Variables] button at the bottom of the window.
>   * Under the System Variables section:
>     * Select the variable heading the entry named ''path'' and click the [edit] button.
>     * In the Variable Value field, without deleting what is already there, type a semicolon and then type where you installed Haxe and NekoVM.
>       * For example: ''%SystemRoot%\system32;%SystemRoot;C:\Haxe;C:\Neko;''
>       * Note: if you extracted the archives to different locations than this tutorial, then you will need to substitute these values in when adding them to the Path.
>     * Click [ok]
>   * Click [ok]
>   * Reboot your computer.  //This may not be needed, but some systems require restart//.
>   * Proceed to validating installation
> 
> ==== Windows Vista ====
>   * Click the start orb
>   * Right click ''Computer'' and select ''Properties''
>   * Click on Advanced System Settings located in the left sidebar //Requires user elevation//
>   * Click the [Environment Variables] button
>   * Under the System Variables section:
>     * Select the variable heading the entry named ''Path'' and click the [edit] button.
>     * In the Variable Value field, without deleting what is already there, type a semicolon and then type where you installed Haxe and NekoVM.
>       * For example, ''%SystemRoot%\system32;%SystemRoot;C:\Haxe;C:\Neko;''
>       * Note: if you extracted the archives to different locations than this tutorial, then you will need to substitute these values in when adding them to the Path.
>     * Click [ok]
>   * Click [ok]
>   * Reboot your computer.  //This may not be needed, but some systems require restart//.
>   * Proceed to valdating installation
> 
> ====== Validating Installation ======
> To validate that the installation was successful:
>   * Open a command prompt by selecting ''Start->Run'' and typing ''cmd''.
>   * Try to launch Haxe by typing ''haxe'' in the command window.
>     * If you are shown usage instructions, the installation was a success.
>     * If you're greeted with "command not found", check that you typed the location of the haxe installation properly in your path.
>   * Try to launch Neko by typing ''neko'' in the command window.
>     * If you are shown usage instructions, the installation was a success.
>     * If you're greeted with "command not found", check that you typed the location of the haxe installation properly in your path.  In addition, see the [[http://nekovm.org/|NekoVM]] website for additional installation instructions.
> 
> ====== Common Issues ======
> **'haxe' is not recognized as an internal or external command, operable program or batch file.**
> **'neko' is not recognized as an internal or external command, operable program or batch file.**
>   * This is a sign that that path value is incorrect.  Check for typos under the Environment Variables tab.
> 
> **ERROR = Failed to connect on blah.motion-twin.com:80**
>   * Check your network connection and ensure you have Internet access.  Remember, if you are behind a proxy, the Haxe automatic installer will not work.
> 
> On Win7-64 a strange error occurs with the registration of the environment variables, which possibly has to do when you are working as a normal user and not as admin:
> the variables HAXEPATH and NEKO_INSTPATH only get "installed" for the admin of the system, you have to manually add those to the system-vars. Also: the HAXEPATH ends with a slash, NEKO_INSTPATH.

	
Ver Date Entry Lg User Action
#19364 2013-05-19 18:01:37 manual/haxe3 en orwellophile View | Diff
#19363 2013-05-19 17:58:20 manual/haxe3 en orwellophile View | Diff
#19362 2013-05-19 16:16:17 api/haxe/timer en vegetablesalad View | Diff
#19361 2013-05-19 16:14:40 api/haxe/timer en vegetablesalad View | Diff
#19360 2013-05-13 17:42:34 doc/libraries en Confidant View | Diff
#19359 2013-05-13 05:01:15 manual/macros/advanced en jason View | Diff
#19358 2013-05-12 02:55:03 com/ide en MarcWeber View | Diff
#19357 2013-05-11 05:26:13 ref/conditionals jp shohei909 View | Diff
#19356 2013-05-10 09:29:15 manual/completion en jason View | Diff
#19355 2013-05-09 00:24:39 download/manual_install/leopard en JLM View | Diff
#19354 2013-05-09 00:10:46 download/manual_install/leopard/justinsbuildnotes en JLM View | Diff
#19353 2013-05-08 18:42:04 com/news en ncannasse View | Diff
#19352 2013-05-08 18:12:08 manual/haxe3 en ncannasse View | Diff
#19351 2013-05-08 18:09:11 manual/haxe3 en Simn View | Diff
#19350 2013-05-08 18:04:19 manual/haxe3 en ncannasse View | Diff
#19349 2013-05-08 15:57:29 doc/haxelib/haxelib2 en jason View | Diff
#19348 2013-05-08 15:57:29 doc/haxelib/haxelib2 en jason Changed title from Haxelib 2 to Haxelib 3
#19347 2013-05-08 15:21:08 manual/haxe3/features jp shohei909 View | Diff
#19346 2013-05-08 15:15:14 manual/haxe3/features en shohei909 View | Diff
#19345 2013-05-08 11:51:53 doc/haxelib/haxelib2 en back2dos View | Diff

Previous | Next