You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/04 16:53:45 UTC

[5/5] git commit: [flex-asjs] [refs/heads/develop] - Slightly updated ; -)

Slightly updated ;-)

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/985f982f
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/985f982f
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/985f982f

Branch: refs/heads/develop
Commit: 985f982f480c01dce869de8207cb272a92dd6e22
Parents: 86a52e7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Mon Aug 4 16:53:20 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Mon Aug 4 16:53:20 2014 +0200

----------------------------------------------------------------------
 vf2js/README | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/985f982f/vf2js/README
----------------------------------------------------------------------
diff --git a/vf2js/README b/vf2js/README
index b31e76d..06aaaeb 100644
--- a/vf2js/README
+++ b/vf2js/README
@@ -1,17 +1,19 @@
 Vanilla Flex to Javascript
 
+Create VF2JS SDK
 1. Take any Flex SDK install
 2. add FalconJX
-3. add VF2JS SWCs
-4. add VF2JS JS framework
-5. add Launch script
-6. ...
-7. profit!
-
-;-)
+  - download binary release
+  - extract
+  - copy '/js/lib' to '/js/vf2js/falconjx/lib'
+  - copy '/compiler/generated/dist/sdk/lib' to '/js/vf2js/lib'
+3. add VF2JS
+  - download xxx
+  - copy '' to '' # SWCs
+  - copy '' to '' # JS framework
+  - copy '' to '' # lauch config
+    - replace tokens in launch config
 
 ToDo:
 - add builds to build machine (for nightlies)
-- add script to installer
-  - copy falcon lib to js/vf2js
 - lots and lots... please contribute!