Gentoo Archives: gentoo-user

From: Mike Mazur <mmazur@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] adobe air working for anyone?
Date: Sun, 06 Dec 2009 02:32:14
Message-Id: 184110a70912051831m3bd5adb6t5ab3f012c275b054@mail.gmail.com
In Reply to: [gentoo-user] adobe air working for anyone? by Grant
1 Hi,
2
3 On Sun, Dec 6, 2009 at 08:26, Grant <emailgrant@×××××.com> wrote:
4 > Has anyone gotten adobe air working?  I've got an .air file
5 > (PandoraOne app) and I've installed adobe air from the ikelos overlay,
6 > but I can't figure out how to run the app.
7
8 I installed the Adobe AIR SDK downloaded directly from Adobe. I put it
9 in /opt/AIR-SDK. I then created /opt/AIR-apps where I unzip the .air
10 files for my apps (.air is just a zip file).
11
12 I then run my app with a command like this:
13
14 $ /opt/AIR-SDK/bin/adl
15 /opt/AIR-apps/<app_name>/META-INF/AIR/application.xml
16 /opt/AIR-apps/<app_name>/
17
18 You might need to adjust that command line according to where AIR is
19 installed from the ikelos overlay.
20
21 HTH,
22 Mike