commit 75bb07269032bd8fb916b091d198414656b0dabd Author: David Fifield david@bamsoftware.com Date: Fri Jun 3 10:08:46 2011 -0700
Note CIRRUS_KEY in README. --- README | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README b/README index afae925..05cd676 100644 --- a/README +++ b/README @@ -37,6 +37,11 @@ Will put up a demo page soon. Download the (free software) Flex SDK. http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK Put its bin directory in your PATH. The important executable is mxmlc. + +You need a Cirrus developer key from Adobe. Put it in the environment +variable CIRRUS_KEY so it can be found by Makefile. + $ export CIRRUS_KEY=XXXXXXXXXXXXXXXXXXXXXXXX-YYYYYYYYYYYY + To build, run $ make Copy the resulting rtmfpcat.swf file to a web server.