Revision [12622]
This is an old revision of AdobeAir made by r1tz on 2011-02-09 12:27:16.
How to get adobe air for puppy without installing gnome
1. Download the adobe air SDK, it is portable, so can put it wherever you want then do the nessecary symlinks.
download here: http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRSDK.tbz2
2. Extract it.
3. Symline the adl file to /usr/bin
4. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
5. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where application.xml is.
6. Make a script. I'll save it as airapp(you can change the name). Needs to be full path.
#!/bin/sh
adl /full/path/to/application.xml
adl /full/path/to/application.xml
7. Symlink the script to /usr/bin
8. You can then create the menu entry or desktop icon.
Categories
CategorySoftwareLibrariesCategorySoftware