Skip to content

Commit

Permalink
Update README.md to use AIR13
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard C. Davis committed May 16, 2014
1 parent 788875a commit d7cd4ea
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,38 @@ Software You Will Need

1. Install the GitHub client for [Windows](http://windows.github.com/) or [Mac](http://mac.github.com/).
1. Install [Adobe Flash Builder Premium 4.7](http://www.adobe.com/sea/products/flash-builder.html) (referred to below as "FB").
1. Install the Adobe AIR SDK 3.6 (Instructions adapted from http://forum.starling-framework.org/topic/fb47-issues)
1. Install the Adobe AIR SDK 13 (Instructions adapted from http://forum.starling-framework.org/topic/fb47-issues)
1. How to get this SDK
* Download it from http://helpx.adobe.com/air/kb/archived-air-sdk-version.html
1. Get both versions of the SDK
1. Wtihout Compiler: "Adobe AIR 3.6 SDK downloads" (Shold be "AdobeAIRSDK")
1. With Compiler: "Adobe AIR 3.6 SDK and compiler" (Should be "AIRSDK_Compiler")
1. Wtihout Compiler: "Adobe AIR 13 SDK downloads" (Shold be "AdobeAIRSDK")
1. With Compiler: "Adobe AIR 13 SDK and compiler downloads" (Should be "AIRSDK_Compiler")
* Or get it from one of the ksketch2 team members
1. Overlay the SDK Without Compiler on FB's AIR 3.6 Directory
* On Windows:
1. Navigate to C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.7\sdks
1. Unzip the contents of AdobeAIRSDK to a temporary folder "AIR3.6"
1. Make a copy of the directory 4.6.0 and name it 4.6.0_AIR3.6
1. Overlay AIR3.6 on Flex 4.6.0 by dragging the contents of the AIR3.6 directory into the 4.6.0 directory.
1. Unzip the contents of AdobeAIRSDK to a temporary folder "AIR13"
1. Make a copy of the directory 4.6.0 and name it 4.6.0_AIR13
1. Overlay AIR13 on Flex 4.6.0 by dragging the contents of the AIR13 directory into the 4.6.0 directory.
1. Make sure you select “Copy and Replace” when Windows asks and click the box at the bottom to apply all.
* On Mac:
1. Navigate to /Applications/Adobe Flash Builder 4.7/sdks
1. Unpack the contents of AdobeAIRSDK to a temporary folder AIR3.6
1. Create the "AIR3.6" directory and copy the SDK file (AdobeAIRSDK.tbz2) into that folder
1. Navigate to /Applications/Adobe Flash Builder 4.7/sdks/AIR3.6 in a terminal window
1. Unpack the contents of AdobeAIRSDK to a temporary folder AIR13
1. Create the "AIR13" directory and copy the SDK file (AdobeAIRSDK.tbz2) into that folder
1. Navigate to /Applications/Adobe Flash Builder 4.7/sdks/AIR13 in a terminal window
1. "tar jxvf AdobeAIRSDK.tbz2"
* If you have trouble overwriting files due to file permissions, try this command:
* "sudo tar jxvf AdobeAIRSDK.tbz2"
1. Delete the orinial archive file (AdobeAIRSDK.tbz2).
1. Make a copy of the directory 4.6.0 and name it 4.6.0_AIR3.6
1. Overlay AIR3.6 on Flex 4.6.0 by dragging the contents of the AIR3.5 directory into the 4.6.0 directory.
1. Make a copy of the directory 4.6.0 and name it 4.6.0_AIR13
1. Overlay AIR13 on Flex 4.6.0 by dragging the contents of the AIR13 directory into the 4.6.0 directory.
1. In the terminal, navigate to /Applications/Adobe Flash Builder 4.7/sdks
1. "ditto AIR3.6 4.6.0_AIR3.6"
1. Configure Flash Builder to use the AIR 3.6 SDK by default
1. "ditto AIR13 4.6.0_AIR13"
1. Configure Flash Builder to use the AIR 13 SDK by default
1. Close Flash Builder (if it was open), and Open it again
1. Go to (menu) Flash Builder->Preferences->Flash Builder->Installd Flex SDKs->Add…
1. Navigate to the 4.6.0_AIR3.6 directory created earlier click OK.
1. Navigate to the 4.6.0_AIR13 directory created earlier click OK.
1. Name the SDK "Flex 4.6.0 (AIR 13)" and click OK.
1. Click the check box in the Installed SDKs dialogue box to make it the default SDK in Flash Builder.
1. Click OK
1. Update the AIR SDK used by FlashBuilder while debugging
Expand All @@ -45,7 +46,7 @@ Software You Will Need
* On Mac: /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722
1. Rename the "AIRSDK" folder to "AIRSDK-original"
1. Unpack the contents of the SDK With Compiler (AIRSDK_Compiler) to a folder called "AIRSDK"
* Use unpacking instructions similar to those found above for "Overlay the SDK Without Compiler on the AIR 3.6 Directory"
* Use unpacking instructions similar to those found above for "Overlay the SDK Without Compiler on the AIR 13 Directory"


Building and Running
Expand Down

0 comments on commit d7cd4ea

Please sign in to comment.