• Showing Page History #81701

Show page source of wm3d/Setup #87335

= Setup =

common
 * flash11 player (and/or ActiveX control), wm3d won't work on flash player 10.x, please download from Adobe

wm3d 0.4x
 * Haxe 3.00
 * hxsl with HxSL2 support

wm3d 0.3x
 * Haxe 2.09-2.10
 * Haxe file format related library (format)

wm3d 0.2x
 * haXe 2.08 or Haxe 2.09-2.10
 * 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)

 * download Haxe from [http://haxe.org/download official site]
 * exec downloaded file, "hxinst-win.exe"
 * launch command prompt (Start menu->Run cmd.exe)
 * type "haxe" (do NOT type quotations) If command usage is not displayed, please check the installation or reinstall haXe.
 * type "haxelib setup" in the command prompt (do NOT type quotations); is not necessary?

wm3d 0.4x
 * type "haxelib git hxsl" (do NOT type quotations)

wm3d 0.3x
 * type "haxelib install format" (do NOT type quotations)

wm3d 0.2x
 * type "haxelib install xpath" (do NOT type quotations)
 * 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.

wm3d 0.4x
{{{ code bash
% haxelib git hxsl
}}}

wm3d 0.3x
{{{ code bash
% haxelib install format
}}}

wm3d 0.2x
{{{ code bash
% haxelib install format
% haxelib install xpath
}}}

== 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]]