Hi, > Do I need to checkout the installer project from SVN (any particular branch, > rev ?) Use the develop branch, either get it form github: https://github.com/apache/flex-utilities/tree/develop
Or from the git repo directly: https://git-wip-us.apache.org/repos/asf/flex-utilities.git The code you're interested in is in the installer directory. > and then build it ? Yep that's basically it see README and RELEASE_GUIDE on what to set up regards environment variables etc. > I assume it'll need me to install the (old, unsupported) AIR for Linux > runtime ? Not the full SDK ? Yes. Rather than manually installing the SDK use the scripts in the ide directory they (should) support Linux and will download the correct version of AIR and inject it into the SDK. Thanks, Justin
