2009-02-09
- 國科會科普計劃草稿
- 09:00 2008年績效評估審查2009年營運計畫報告WBS進度報告討論會議
- 2006年各家電子書產品資訊整理
- [個人] 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 16 years ago
Last modified on Feb 16, 2009, 1:34:31 PM
Attachments (3)
- twhirl_matchbox.png (32.9 KB) - added by jazz 16 years ago.
- aol_top_100_matchbox.png (331.3 KB) - added by jazz 16 years ago.
-
xorg.conf
(2.8 KB) -
added by jazz 16 years ago.
The xorg.conf build by Debian Etch
Download all attachments as: .zip