Hi, > It's been a while since I tried to build the SDK from source and I don't > remember the details.
Just follow the README, basically check out the sdk and tlf repos and then set up the required environment vars and do an "ant main". Example environment vars on OSX ANT_HOME=/usr/share/ant AIR_HOME=/Users/justinmclean/Documents/air/mac/AdobeAIRSDK/ PLAYERGLOBAL_HOME=/Users/justinmclean/Documents/player/ PIXELBENDER_HOME=/Applications/Utilities/Adobe Utilities-CS5.localized/Pixel Bender Toolkit 2/ TLF_HOME=/Users/justinmclean/Documents/ApacheFlexTLFGit/ May also need this if doing a full release. ADOBE_EXTENSION_MANAGER=/Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5 Hope that helps, Justin