This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 171f38d0705eedd34297a0dabc493f12264af2d5 Author: Alex Harui <[email protected]> AuthorDate: Wed Dec 6 15:21:10 2017 -0800 update build instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12ed1d0..592e607 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ You may also use a precompiled binary convenience package to develop Royale appl ## Prerequisites -Before building Royale you must install the following software and set the corresponding environment variables using absolute file paths (relative paths will result in build errors). The set of prerequisites is different depending on whether you want to compile your projects to SWF or not. +Before building Royale you must install the following software and set the corresponding environment variables using absolute file paths (relative paths will result in build errors). The set of prerequisites is different depending on whether you want to compile your projects to SWF or not. If you want SWF output, set up the environment variables per the instructions below, then skip to the next section (Additional Prerequisites For SWF Output) ### Java -Royale requires Java SDK 1.6 or greater to be installed on your computer. For more information on installing the Java SDK, see: +Royale requires Java SDK 1.7 or greater to be installed on your computer. For more information on installing the Java SDK, see: <http://www.oracle.com/technetwork/java/javase/downloads/index.html> @@ -80,6 +80,8 @@ For more information on installing Ant, see: export PATH="$PATH:$ANT_HOME/bin" ``` +## Additional Prerequisites For SWF Output + ### *playerglobal.swc* The Adobe Flash Player *playerglobal.swc* (version 11.1) can be downloaded from: @@ -133,8 +135,6 @@ After you download the AIR SDK, unzip it and place it in a directory of your cho ## Building the source -Royale is a large project. It requires some build tools, such as Google Closure Tools, which must be installed prior to building the SDK. Some of these may have different licenses. You will be prompted during the build to acknowledge these licenses. - Linux support is currently experimental and while it is possible to compile the SDK it has not been fully tested. Royale requires code from several other Apache Royale git repositories. To get these repositories, change to the repository root ('*royale-asjs*') and run: -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
