| 8 | | * AIR Runtime 目前只能在 Ubuntu 上跑 |
| | 8 | * 原本以為 AIR Runtime 目前只能在 Ubuntu 上跑?! 其實只要有 SDK 就可以跑 |
| | 9 | * [參考] [http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on-gentoo-linux Adobe® AIR on Gentoo Linux] |
| | 10 | * [步驟] |
| | 11 | {{{ |
| | 12 | $ export DISPLAY=:0 |
| | 13 | $ xinit /usr/bin/matchbox-window-manager & |
| | 14 | $ mkdir AIR-1.5 |
| | 15 | $ cd AIR-1.5 |
| | 16 | ~/AIR-1.5$ wget http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2 |
| | 17 | ~/AIR-1.5$ tar jxvf air_1.5_sdk.tbz2 |
| | 18 | ~/AIR-1.5$ wget http://www.twhirl.org/files/twhirl-0.8.7.air |
| | 19 | ~/AIR-1.5$ apt-get install unzip |
| | 20 | ~/AIR-1.5$ unzip twhirl-0.8.7.air |
| | 21 | ~/AIR-1.5$ bin/adl -nodebug META-INF/AIR/application.xml . & |
| | 22 | }}} |