wiki:jazz/09-02-09

Version 9 (modified by jazz, 15 years ago) (diff)

--

2009-02-09

  • [個人] Atom + AIR
    • 原本以為 AIR Runtime 目前只能在 Ubuntu 上跑?! 其實只要有 SDK 就可以跑
    • [參考] Adobe® AIR on Gentoo Linux
    • [步驟]
      $ sudo apt-get install xserver-xorg-video-vesa xinit xfonts-base xterm bzip2 alsa-utils mpg123-alsa
      $ sudo alsaconf
      $ export DISPLAY=:0
      $ xinit /usr/bin/matchbox-window-manager &
      $ mkdir AIR-1.5
      $ cd AIR-1.5
      ~/AIR-1.5$ wget http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2
      ~/AIR-1.5$ tar jxvf air_1.5_sdk.tbz2
      ~/AIR-1.5$ wget http://www.twhirl.org/files/twhirl-0.8.7.air
      ~/AIR-1.5$ apt-get install unzip
      ~/AIR-1.5$ unzip twhirl-0.8.7.air
      ~/AIR-1.5$ bin/adl -nodebug META-INF/AIR/application.xml . &
      ~/AIR-1.5$ wget http://www.aolcdn.com/aol_top_100/aol_top_100.air
      ~/AIR-1.5$ mkdir aol_top_100
      ~/AIR-1.5$ unzip -d aol_top_100/ aol_top_100.air
      ~/AIR-1.5$ bin/adl -nodebug aol_top_100/META-INF/AIR/application.xml aol_top_100
      

Attachments (3)

Download all attachments as: .zip