You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by go...@apache.org on 2012/10/20 01:54:07 UTC

svn commit: r1400344 - /incubator/flex/falcon/trunk/README

Author: gordonsmith
Date: Fri Oct 19 23:54:07 2012
New Revision: 1400344

URL: http://svn.apache.org/viewvc?rev=1400344&view=rev
Log:
Added a rudimentary README file for Falcon.

Added:
    incubator/flex/falcon/trunk/README   (with props)

Added: incubator/flex/falcon/trunk/README
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/README?rev=1400344&view=auto
==============================================================================
--- incubator/flex/falcon/trunk/README (added)
+++ incubator/flex/falcon/trunk/README Fri Oct 19 23:54:07 2012
@@ -0,0 +1,13 @@
+Apache Flex Compiler
+====================
+
+Before trying to build Falcon, you must:
+
+1. Build the the "develop" branch of the SDK at incubator/flex/sdk/branches/develop by doing 'ant main'.
+See the README there for instructions.
+
+2. Set the environment variables JARA_HOME, ANT_HOME, and PLAYERGLOBAL_HOME as when building the SDK.
+
+3. Set the environment variable JFLEX_JAR to point to the JAR file for JFlex 1.4.3.
+
+

Propchange: incubator/flex/falcon/trunk/README
------------------------------------------------------------------------------
    svn:eol-style = native