This repository was archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Developers guide
nicoulaj edited this page Jun 19, 2011
·
1 revision
How to build this project from sources and contribute patches.
Clone this project:
git clone git://github.com/flex-users/flexlib.git
You can import the library
module and each of the examples
sub-projects as Flex projects.
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
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