Skip to content

Building core (Windows)

CrazyFlasher edited this page Mar 18, 2017 · 4 revisions
  1. Install ANT
  2. Specify environment variables:
  • JAVA_HOME - path to JDK (also add to PATH)
  • ANT_HOME - path to ant.bat (also add to PATH)
  • FLASH_PLAYER_EXE - path to flash standalone exe (for unit tests)
  1. Open CMD and target to /domwires-as3/core/ folder
  2. Type ant and build process will start
  3. When build finish with success result, swc and docs will appear here: domwires-as3/core/out/
Clone this wiki locally