Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8e680f1ccf32b9670e24 to your computer and use it in GitHub Desktop.
Save anonymous/8e680f1ccf32b9670e24 to your computer and use it in GitHub Desktop.
Building Adobe AIR projects for windows
  1. Download a VM from http://modern.ie (I used Windows 8.1)
  2. Download Adobe Application Manager - log in and install Adobe Gaming SDK 1.4, then log back out and quit the app.
  3. Download and install Java.
  4. Download and install Make for Windows.
  5. Add C:\Program Files\GnuWin32\bin;C:\Program Files\Adobe Gaming SDK 1.4\AIR SDK\bin to your PATH (open the windows menu and type "environment variable" to get an auto-focus on the settings area you need to do this in.
  6. In VirtualBox's settings for the VM, go to Shared Folders and add your flash projects folder as auto-mount, full access, permanent. This will make it available on your virtualized machine at the *D:* drive, after you restart the VM.
  7. Open up a powershell, go to D:\yourproject, and run make to run your Makefile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment