You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2017/12/12 21:14:13 UTC

[royale-asjs.wiki] branch master updated: Updated Quick Start (markdown)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new fcafb44  Updated Quick Start (markdown)
fcafb44 is described below

commit fcafb443d38e48041da3e3edf1f4ef6944db35b4
Author: aharui <ah...@apache.org>
AuthorDate: Tue Dec 12 13:14:12 2017 -0800

    Updated Quick Start (markdown)
---
 Quick-Start.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/Quick-Start.md b/Quick-Start.md
index f3e20f1..297098d 100644
--- a/Quick-Start.md
+++ b/Quick-Start.md
@@ -1 +1,16 @@
-- Set prerequisites; get and build source ([Project README](https://github.com/apache/royale-asjs))
+If you are working with the source release or source code from the repos, you must first build the source.  Follow the instructions in the ([README](https://github.com/apache/royale-asjs/blob/develop/releasemgr/README))
+
+Once the source has been built, or if you have started with a binary release artifact, you can use Royale in several ways.
+Royale can be used in several IDEs that have ongoing support for Royale.  See instructions here:
+
+* Moonshine
+* VSCode
+
+Royale can also be used in several legacy IDEs like Flash Builder and IntelliJ although you may run into some limitations and problems.
+
+* Flash Builder
+* IntelliJ
+
+In addition, Royale can be used in Ant and Maven and from the command-line.  In the royale-asjs/examples folder, there are Ant and Maven scripts for each example.  You can also compile the examples by running:
+
+royale-asjs/js/bin/mxmlc <path to example>/<example name>.mxml

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].