Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D21EDC159 for ; Sat, 9 Aug 2014 08:19:24 +0000 (UTC) Received: (qmail 60124 invoked by uid 500); 9 Aug 2014 08:19:24 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 60087 invoked by uid 500); 9 Aug 2014 08:19:24 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 60079 invoked by uid 99); 9 Aug 2014 08:19:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2014 08:19:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 77A859525D6; Sat, 9 Aug 2014 08:19:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Sat, 09 Aug 2014 08:19:24 -0000 Message-Id: <1109d3e2fe044f87b52be0de78ef935d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] git commit: [flex-utilities] [refs/heads/develop] - update read me with changes Repository: flex-utilities Updated Branches: refs/heads/develop 94bd082db -> 1ff24b487 update read me with changes Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/cec3c1e3 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/cec3c1e3 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/cec3c1e3 Branch: refs/heads/develop Commit: cec3c1e3f4f71b5f74f98482398f92f910cb009e Parents: 94bd082 Author: Justin Mclean Authored: Sat Aug 9 18:14:29 2014 +1000 Committer: Justin Mclean Committed: Sat Aug 9 18:14:29 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cec3c1e3/TourDeFlex/TourDeFlex3/README ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README index 7129350..dda46cc 100644 --- a/TourDeFlex/TourDeFlex3/README +++ b/TourDeFlex/TourDeFlex3/README @@ -36,16 +36,21 @@ Initial Setup Required How to build the installer using ANT (no IDE is required) ========================================================================================== -1. Un tar/gzip the source distribution: - tar -zxvf ApacheFlex-TourDeFlex-ComponentExplorer-1.0.tar.gz +1. On Linux or Mac un tar/gzip the source distribution: + tar -zxvf apache-flex-tour-de-flex-component-explorer-1.0.tar.gz + Or if on windows unzip + apache-flex-tour-de-flex-component-explorer-1.0.zip -2. In the base, run: +2. In the base directory, run: ant compile 3. To optionally create a release source package, run: ant package -4. Open explorer.html in your browser of choice. +4. Open explorer.html in your browser of choice. + +Note Some browsers (such as Chrome) may not be able to view local content without further +configuration. 5. To remove all of the compiled swfs: ant clean