Changes between Version 1 and Version 2 of jazz/09-01-28


Ignore:
Timestamp:
Jan 28, 2009, 10:28:26 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-28

    v1 v2  
    1515 * Simple Standards-Based Slide Show System 簡稱 S5 - http://cavorite.com/labs/presentacular/
    1616
     17== AIR for Linux ==
     18
     19 * [http://www.adobe.com/products/air/tools/sdk/ 下載 Adobe AIR SDK for Linux]
     20{{{
     21$ sudo apt-get install xserver-xorg-video-vesa xfonts-base xterm bzip2 libnss3-0d gnome-keyring
     22$ wget http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin
     23$ chmod a+x AdobeAIRInstaller.bin
     24$ xinit /usr/bin/matchbox-window-manager &
     25$ export DISPLAY=:0
     26$ ./AdobeAIRInstaller.bin
     27#### 如果不裝 GNOME 似乎還是會有問題,所以直接裝 SDK 好了!
     28$ mkdir AIR-1.5
     29$ cd AIR-1.5
     30~/AIR-1.5$ wget http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2
     31~/AIR-1.5$ tar jxvf air_1.5_sdk.tbz2
     32}}}
     33 * Adobe AIR in Action
     34   * [http://www.manning.com/lott/Chapter1.pdf Sample chapter 1]
     35   * [http://www.manning.com/lott/Chapter2.pdf Sample chapter 2]
     36   * [http://www.manning.com/lott/lott_sourcecode.zip Sample Source Code]