You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by to...@apache.org on 2014/08/15 19:31:12 UTC

svn commit: r1618240 - /flex/site/trunk/content/doc-getstarted.cmsPage

Author: tomc
Date: Fri Aug 15 17:31:11 2014
New Revision: 1618240

URL: http://svn.apache.org/r1618240
Log:
ToC and links direct to each IDE

Modified:
    flex/site/trunk/content/doc-getstarted.cmsPage

Modified: flex/site/trunk/content/doc-getstarted.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/doc-getstarted.cmsPage?rev=1618240&r1=1618239&r2=1618240&view=diff
==============================================================================
--- flex/site/trunk/content/doc-getstarted.cmsPage (original)
+++ flex/site/trunk/content/doc-getstarted.cmsPage Fri Aug 15 17:31:11 2014
@@ -8,12 +8,20 @@ There are four major IDEs available that
 all of them.  Below we will outline the steps needed to use Apache Flex with [Adobe Flash Builder 4.7][1], [JetBrains IntelliJ IDEA 13.1][2], [FlashDevelop][11] and 
 [FDT][13].  If you use another IDE and want to help us add to this document please contact us on the [mailing list][3].
 
+Get started by setting up the Apache Flex SDK itself, then move on the specific section for your IDE.
+
 <div class="headline"><h4>Setting up the Apache Flex SDK</h4></div>
 1. **Download the SDK installer** Go to the [Download the SDK Installer][4] on the menu above and install the SDK installer.  Click on the Download link on the installer badge, which will download the proper installer for your computer.
 2. **Run the SDK installer**  The first question you will be asked is the installation directory.  If you are on a Mac, use /Applications/Adobe Flash Builder 4.7/sdks/4.13.0/.  If you are on a PC, use C:\Program Files(x86)\Adobe Flash Builder 4.7\sdks\4.13.0\.  You will need to create the 4.13.0 folders.  Press Next.
 3. **Accept SDK Licenses and Install**  Check the red boxes to accept each of the licenses.  Read the licenses, of course ;)  Click Install to download all the components into the new 4.13.0 directory.  This can take a few minutes.
 
-<div class="headline"><h4 id="setupFlashBuilder" name="setupFlashBuilder">Setting up Apache Flex with Adobe Flash Builder</h4></div>
+<div class="headline"><h4>IDE-specific instructions </h4></div>
+* [setupFlashBuilder][Flash Builder]
+* [setupIDEA][IntelliJ IDEA]
+* [setupFD][FlashDevelop]
+* [setupFDT][FDT]
+
+<div class="headline"><h5 id="setupFlashBuilder" name="setupFlashBuilder">Setting up Apache Flex with Adobe Flash Builder</h4></div>
 
 1. **Download Adobe Flash Builder**  Adobe Flash Builder is available from the [Adobe Website][1]. It offers a 30-day trial and retails for about $250.  It is available for both Windows and MacOS X
 2. **Install Adobe Flash Builder**  Follow the on-screen installation wizard.
@@ -35,7 +43,7 @@ remove the errant attribute.
 A [wiki page][8] has been set up to contain the latest news on Adobe's
 attempt to correct this problem.
 
-<div class="headline"><h4>Setting up Apache Flex with Jetbrains IntelliJ IDEA</h4></div>
+<div class="headline"><h5 id="setupIIDEA" name="setupIDEA">Setting up Apache Flex with Jetbrains IntelliJ IDEA</h4></div>
 1. **Download JetBrains IntelliJ IDEA**  IntelliJ IDEA is available from the [JetBrains Website][2]. They offer a 30-day trail and it retails for about $200.  It is available for both Windows and MacOS X
 2. **Install IntelliJ IDEA**  Follow the on-screen installation wizard.
 3. **Download the SDK installer** Go to the [Download the SDK Installer][4] on the menu above and install the SDK installer.  Click on the Download link on the installer badge, which will download the proper installer for your computer.
@@ -49,10 +57,10 @@ attempt to correct this problem.
 11. **Finish configuring your project** Go back to the project settings (right-click on the project name in the project explorer -> Module Settings).  Go to the General Tab of the app settings.  Click the ... button to the right of the Main Class box, and choose the filename you just created.  This will set the project root.
 11. **Start Coding!**  Jump down below to make your first Hello World application.
 
-<div class="headline"><h4>Setting up Apache Flex with FlashDevelop</h4></div>
+<div class="headline"><h5 id="setupFD" name="setupFD">Setting up Apache Flex with FlashDevelop</h4></div>
 You can follow along the steps described in this [wiki page] [10]
 
-<div class="headline"><h4>Setting up Apache Flex with FDT</h4></div>
+<div class="headline"><h5 id="setupFDT" name="setupFDT">Setting up Apache Flex with FDT</h4></div>
 You can follow along the steps described in this [video] [12]
 
 <div class="headline"><h4>Creating your first Hello World application</h4></div>