• Showing Page History #73870

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 Official information about haXe.

Setup haXe and libraries on Windows

(tested on Windows XP)

  1. download haXe from 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 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. If command is not available, verify the installation. (% haxe)
  4. exec haxelib setup. (% haxelib setup) The program will ask you the location of the repository.
  5. install format and xpath ( % haxelib install format; haxelib install xpath )

Install WM3D

No installation is required for wm3d. Just expand the archive and place the folder somewhere. If you want to use VMD as a graphical frontend, see guide for VMD plugin.(recommended)

Please see Guide for the general usage.

Comments

: