Added some bits about the various ways to get the source code for the SDK Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/635c7167 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/635c7167 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/635c7167 Branch: refs/heads/develop Commit: 635c7167ba25dc92593c3ffe5f327615cc104c4c Parents: 52b729c Author: Erik de Bruin <[email protected]> Authored: Sat Dec 20 08:29:41 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Sat Dec 20 19:46:38 2014 +0100 ---------------------------------------------------------------------- README | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/635c7167/README ---------------------------------------------------------------------- diff --git a/README b/README index a594735..2711f7c 100644 --- a/README +++ b/README @@ -57,14 +57,15 @@ The Apache Flex SDK is a large project. It requires build tools which must be installed on your system and it depends on some external software. The external software is downloaded as part of the build process. +There are two ways to get the SDK source. +1) from a git repository +2) from a source package distribution + The following steps are all you need for a fully functional SDK: - Prepare your system - install external software - set environment variables - Get the source code - - flex-sdk - - flex-tlf - - flex-blazeds (optional) - Build the SDK - Prepare the SDK for use with an IDE - Optional steps: @@ -237,15 +238,16 @@ required. Get the source code ------------------- -The Apache Flex SDK source code uses git for SCM. +You can get the source directly from the source code repository (Apache Flex +uses git for SCM). -You can get the latest source ('develop' branch) using the following commands: +Clone the latest source ('develop' branch) using the following commands: git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk cd flex-sdk git checkout develop -The Apache Flex SDK requires source code from the Apache Flex Text Layout +The Apache Flex SDK also requires source code from the Apache Flex Text Layout Framework (TLF). To get the latest source for TLF ('develop' branch), use the following commands: @@ -253,13 +255,15 @@ following commands: cd flex-tlf git checkout develop -The Apache Flex SDK requires source code from Apache Flex BlazeDS. To get +The Apache Flex SDK also requires source code from Apache Flex BlazeDS. To get the latest source for Apache Flex BlazeDS (âmasterâ branch), use the following commands: git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git flex-blazeds cd flex-blazeds +Another option to get the source is to download a released source package. + For further information visit: http://flex.apache.org/download-source.html
