Skip to content

Commit

Permalink
Help: updated SDK build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 27, 2016
1 parent 94f73cf commit 220aa5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion documentation/help/markdown/sdk/build-binary-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The document explains how to build the Feathers SDK from a binary distribution.

* A *binary distribution* of the Feathers SDK
* [Apache Ant](http://ant.apache.org/)
* Java 8 (update 101 or newer)

## Build Steps

Expand All @@ -24,7 +25,7 @@ The document explains how to build the Feathers SDK from a binary distribution.

If you want to target a specific version of Flash Player and AIR, you may modify the command to specify the required versions:

ant -f installer.xml -Dflash.sdk.version=15.0 -Dair.sdk.version=15.0
ant -f installer.xml -Dflash.sdk.version=22.0 -Dair.sdk.version=22.0

1. When prompted to install each dependency, type `y` and press Enter.

Expand Down
5 changes: 3 additions & 2 deletions documentation/help/markdown/sdk/build-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ The document explains how to build the Feathers SDK from source code.
## Requirements

* [Apache Ant](http://ant.apache.org)
* playerglobal.swc for Flash Player 11.5 (Download from [Archived Flash Player versions](https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html))
* Adobe AIR SDK 3.5 *without* the ASC 2.0 compiler (Download from [Archived Adobe AIR SDK versions](https://helpx.adobe.com/air/kb/archived-air-sdk-version.html))
* Java 8 (update 101 or newer)
* playerglobal.swc for Flash Player 19.0 (Download from [Archived Flash Player versions](https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html))
* Adobe AIR SDK 19.0 *without* the ASC 2.0 compiler (Download from [Archived Adobe AIR SDK versions](https://helpx.adobe.com/air/kb/archived-air-sdk-version.html))
* Adobe Flash Player projector content debugger (Download from [Adobe Flash Player Downloads](https://www.adobe.com/support/flashplayer/downloads.html))

Note: When you prepare the Feathers SDK for use in an IDE as the final step, you will be allowed to target newer versions of Flash Player and AIR. These older versions of Flash Player and AIR are only required when building the source code.
Expand Down

0 comments on commit 220aa5f

Please sign in to comment.