DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Table of Contents | ||
|---|---|---|
|
Ant-based installer script
The Ant-based installer script doesn't require the Adobe AIR runtime to be installed, or nor does it use the a GUI installer appapp. Instead, it runs on the command line using Apache Ant. The Ant-based installer is the preferred method of install on Linux, but it also works may be used on both Windows and macOS.
...
Then, run the installer.xml script using Apache Ant.
On macOS and Windows, you will need to tell the script to target version 32.0 of both Adobe Flash Player and the Adobe AIR SDK.
| Panel |
|---|
# Windows and macOS only ant -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.version=232.60 |
However, on Linux, you should target version 32.0 of Adobe Flash Player, but skip the Adobe AIR SDK.
...