On Wed, Jul 17, 2013 at 1:35 AM, Tom Chiverton <t...@extravision.com> wrote:
> On 17/07/2013 09:31, OmPrakash Muppirala wrote: > >> Erik is working on getting the Mac binaries as we speak. >> > Is anyone trying to build the Linux version (remembering to target AIR > 2.6) ? > I didn't get a chance to try this myself last night, hopefully will get to > try again later though. I should now switch to the release branch from > develop for the flex-utilities project, right ? > > Tom > Tom, I downloaded the AIR2.6 SDK (using the installer ;-) ) and then compiled, i.e. ran 'ant release' from the installer directory. The app compiles fine and runs fine. The only changes I made were: 1. In installer/src/InstallApacheFlex-app.xml change air application namespace to 2.6 2. In the path_to_sdk_2.6/frameworks/air-config.xml and path_to_sdk_2.6/frameworks/flex-config.xml, ensure that the swf-version is set to 11 3a. The environment variable $FLEX_HOME should be set to your "path_to_sdk_2.6" or 3b. In installer/build.properties, the variable FLEX_HOME_LINUX should be your "path_to_sdk_2.6" Please try it out and let me know how it goes. Thanks, Om