Show page source of wm3d/Setup #81701

= Setup =

 * flash11 player (and/or ActiveX control), wm3d won't work on flash player 10.x, please download from Adobe
 * Haxe 2.09 or later (for wm3d 0.30 or later) haXe 2.08 or later (for older versions)
 * '''(Only for wm3d 0.25 or before; 0.30 does not need XPath)'''XPath for haXe (xpath)
 * Haxe file format related library (format)

See also [http://haxe.org/ Official information about Haxe].

== Setup haXe and libraries on Windows ==
(tested on Windows XP)

 1. download Haxe from [http://haxe.org/download official site]
 2. exec downloaded file, "hxinst-win.exe"
 3. launch command prompt (Start menu->Run cmd.exe)
 4. type "haxe" (do NOT type quotations) If command usage is not displayed, please check the installation or reinstall haXe.
 5. type "haxelib setup" in the command prompt (do NOT type quotations); is not necessary?
 6. (this is only for wm3d 0.25 or before)type "haxelib install xpath" (do NOT type quotations)
 7. type "haxelib install format" (do NOT type quotations)

== Setup Haxe and its libraries on Linux ==
(tested on Debian/testing(wheezy) and Fedora15)

 1. download Haxe from [http://haxe.org/download official site] or you can use apt-get/yum to install Haxe if the latest Haxe package is available.
 2. expand the archive and exec hxinst-linux. (% sudo ./hxinst-linux)
 3. type haxe (or /usr/bin/haxe) to check installation.(% haxe) If command is not available, verify the installation.
 4. exec haxelib setup. (% haxelib setup) The program will ask you the location of the repository.
 5. install format and xpath libraries using haxelib by the following commands.

{{{ code bash
% haxelib install format
% haxelib install xpath  # this is required only for wm3d 0.25 or before
}}}

== Install WM3D ==

No installation is required for wm3d. Just expand the archive and place the folder (wm3d-version) somewhere. 
If you want to use VMD as a graphical frontend, see [wiki:wm3d/VMD_Plugin guide for VMD plugin setup].

Please see [wiki:wm3d/HowToUse Guide] for the general usage.

== Comments ==
[[LineComment]]