Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Developers guide

nicoulaj edited this page Jun 19, 2011 · 1 revision

How to build this project from sources and contribute patches.

Get flexlib sources

Clone this project:

git clone git://github.com/flex-users/flexlib.git

Build flexlib

Using Flex/Flash builder

You can import the library module and each of the examples sub-projects as Flex projects.

Using Maven

This is the preferred way to build flexlib, because it does more than just compiling the SWC:

  • Run unit tests
  • Generate the asdoc
  • Build examples
  • Packages the sources and the assembly you can find on the download page.

To build the project, you must have:

  • Maven 3 installed
  • The standalone flashplayer installed to run tests. The build system will look for the flashplayer command.

Run the following command to build the project:

mvn clean install

Contribute to flexlib

To contribute to this project, fork it, make your changes and send us a pull request.

Be aware there guidelines to follow when contributing to this project:

TODO: Add guidelines from http://code.google.com/p/flexlib/wiki/HowToContribute

Clone this wiki locally