<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,39 @@ AS3-AMQP Library
 
 This library provides a high level and a low level AMQP interface for AS3.
 
+Note that you cannot just compile this library using Flash Builder! You need to use the provided
+Apache Ant build script to generate classes first.
+
+If you're new to Ant, here's how you do this:
+
+1. Download and install Apache Ant. (These instructions are being written using Ant version 1.7.1.)
+
+2. Ensure that the ANT_HOME/bin directory is on your PATH.
+
+3. Edit the build.properties file to specify the Flex SDK directory to use.
+
+4. Run the build script by typing ant in the main directory of this project. You will see messages like this:
+
+$ ant
+Buildfile: build.xml
+
+properties:
+
+codegen:
+    [mkdir] Created dir: /some_directory_name/as3-amqp/build
+     [copy] Copying 4 files to /some_directory_name/as3-amqp/build
+    [javac] Compiling 5 source files to /some_directory_name/as3-amqp/build
+
+lib:
+     [java] Loading configuration file /Applications/Adobe Flash Builder Beta 2/sdks/3.4.1/frameworks/flex-config.xml
+     [java] /some_directory_name/as3-amqp/bin/amqp.swc (291129 bytes)
+
+BUILD SUCCESSFUL
+Total time: 8 seconds
+
+5. With this completed, you can use the project by either using the .swc file or by building the generated code in Flash Builder if you prefer.
+
+
 High Level Interfaces:
 ----------------------
 org.amqp.patterns.PublishClient</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4866f909c2bea54db4bfffdf3612a2e56ca93713</id>
    </parent>
  </parents>
  <author>
    <name>Peter Armstrong</name>
    <email>peter@ruboss.com</email>
  </author>
  <url>http://github.com/0x6e6562/as3-amqp/commit/471eb555efb7b3eb15c695616e19b322344c158d</url>
  <id>471eb555efb7b3eb15c695616e19b322344c158d</id>
  <committed-date>2009-10-30T01:18:34-07:00</committed-date>
  <authored-date>2009-10-29T22:27:51-07:00</authored-date>
  <message>updated README</message>
  <tree>c9b445db77dcf27279cd49187f5ff210f8431f30</tree>
  <committer>
    <name>Ben Hood</name>
    <email>0x6e6562@gmail.com</email>
  </committer>
</commit>
