wiki:jazz/09-02-09

2009-02-09

  • [個人] Atom + AIR
    • 原本以為 AIR Runtime 目前只能在 Ubuntu 上跑?! 其實只要有 SDK 就可以跑
    • [參考] Adobe® AIR on Gentoo Linux
    • [步驟] 採用 Debian Lenny + 2.6.18 核心
      ### Install Debian Lenny Base System ###
      $ sudo apt-get install ssh sudo xserver-xorg-video-vesa xinit xfonts-base xterm bzip2 alsa-utils mpg123-alsa matchbox-window-manager unzip libxml2 libnss3-1d
      $ sudo echo "deb http://free.nchc.org.tw/debian etch main non-free contrib" > /tmp/etch.list
      $ sudo mv /tmp/etch.list /etc/apt/sources.list.d/
      $ sudo apt-get update
      $ sudo apt-get install linux-image-2.6.18-6-686
      $ sudo alsaconf
      $ sudo rm -f /etc/apt/sources.list.d/etch.list
      $ 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
      
Last modified 15 years ago Last modified on Feb 16, 2009, 1:34:31 PM

Attachments (3)

Download all attachments as: .zip