=== What you'll need ===
-* Flex SDK 3.4 or 3.5 - http://www.adobe.com/products/flex/ (free, OS X/Windows/Linux)
+* Flex SDK 3.4 or 3.5
+** Product page: http://www.adobe.com/products/flex/
+** Flex 3 Download page: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 (free, OS X/Windows/Linux)
* AS3 docs - http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/
* Flash debug player - http://www.adobe.com/support/flashplayer/downloads.html
* Basically you might as well just sell your soul to Adobe
* ant docs
+You can create and run the unit tests (not that there are that many) using flexunit
+
+* ant test
+
If you're using Mac OS X, you may need to tell ant to use more memory, by
typing export ANT_OPTS=-Xmx500M beforehand (you can put this in your .profile).