sydseter / flex-installer

flex-installer Installing flex from the command line for compiling actionscript and flex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flex installer

flex installer: Installing flex SDK 4.12.1 from the command line for compiling actionscript and flex on Ubuntu.

###Dependencies:

The installation is done under the current user with all rights granted. sudo premission is required to be able to install the java dependencies system wide, but an option for local installation without sudo is also available.

jdk>=1.5 and ant>=1.7

###Tested on:

Ubuntu 12.04 precise Ubuntu 10.04 lucid

##Install Flex SDK

NB: After you are finished with the install dialogs, get yourself a cup of coffe.

###Installation Ubuntu

The installation is done under the current user with all rights granted. You have option for installing the dependencies system wide or in a local folder.

git clone <this repository> flex
cd ~/flex
bash ./install.sh

###Installation Mac OS x

Flex has a Air installer for Mac OS X which is the easiest way. If you do not want to use the Air installer then install wget and follow the installation guide for Ubuntu.

###Installation Windows

Flex has a Air installer for Windows which is the easiest way.

##Usage

###Using the mxml flex mxmlc compiler for compiling flex applications.

###Using the component compiler for compiling swc libraries like OSMF.

###Installing Flex to use it with eclipse.

https://code.google.com/p/fb4linux/

###Installing the flash debug player

https://www.adobe.com/support/flashplayer/downloads.html

###Using FlashFirebug in firefox

Install from: http://o-minds.com/products/flashfirebug

###Using Monster debugger

Go to: http://www.demonsterdebugger.com/

###Using Chrome or Firebug in firefox

clone from: https://github.com/johansyd/console

About

flex-installer Installing flex from the command line for compiling actionscript and flex

License:MIT License


Languages

Language:Shell 100.0%