You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/18 10:07:01 UTC

[27/33] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26703 changed the batch file instructions in README to what actually works in Windows.

FLEX-26703 changed the batch file instructions in README to what actually works in Windows.

Conflicts:
	README

Conflicts:
	README


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fa66b792
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fa66b792
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/fa66b792

Branch: refs/heads/develop
Commit: fa66b792ff92254908b710c4331f3d78bdf7a848
Parents: f202c31
Author: Mihai Chira <mi...@apache.org>
Authored: Tue Dec 16 12:50:58 2014 +0000
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Dec 18 10:04:03 2014 +0100

----------------------------------------------------------------------
 README | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fa66b792/README
----------------------------------------------------------------------
diff --git a/README b/README
index 494714f..5dbc01d 100644
--- a/README
+++ b/README
@@ -316,19 +316,21 @@ need to run these commands and scripts:
 
     cd <flex.dir>
     ant frameworks-rsls
-    ./ide/constructFlexForIDE.[sh/bat] "[path-to-sdk]" "[path-to-UNZIPPED-flex_sdk_4.6.0.23201B.zip]"
+    ./ide/constructFlexForIDE.[sh/bat] "[path-to-sdk]" "[path-to-unzipped-flex_sdk_4.6.0.23201B.zip-in-a-folder]"
     (Mac only: ./ide/addAIRtoSDK.sh)
 
 This builds the RSLS for the SDK and copy some IDE related files from the Adobe
-Flex SDK 4.6. On a Mac you will need to run the 'addAIRtoSDK.sh' script to
-complete the installation.
+Flex SDK 4.6.
 
 To create an SDK for another IDE, or if you want to use a different version of
 Adobe AIR (Adobe Flex 4.6 uses Adobe AIR 3.1), run:
 
     cd ide/flashbuilder & call ide/flashbuilder/makeApacheFlexForIDE.bat "[path-to-sdk]" (on Windows)
-    /ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux)
+    ./ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux)
 
+On Mac the AIR and Flash Player version can be changed by running:
+	./ide/setFlashPlayerVersion.sh
+	./ide/addAIRtoSDK.sh
 
 
 Using the Binary Distribution