• Showing Page History #81701

Show page source of wm3d/Setup #73875

= Setup =

== Requirements ==

 * flash11 player (and/or ActiveX control), wm3d won't work on flash player 10.x
 * haXe 2.08 (or later?)
 * 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. 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/squeeze 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.

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