Developer SDK and Documentation for the Influxis Collaborative Service (ICS)
The last official build was made with Flex SDK 3.2, however 3.6 should work as well. Flex SDK 4.5+ made major design changes and would require code changes on our part (notably the mxml Spark design changes).
After installing SDK create FLEX_HOME environment variable pointing to base directory.
Additionally download and install playerglobal swc for Flash 10.3. Cocomo was originally built against this version (as the latest), newer versions should be fine as well.
mkdir -p "${FLEX_HOME}/frameworks/libs/player/10.3"
mv ~/Downloads/playerglobal10_3.swc "${FLEX_HOME}/frameworks/libs/player/10.3/playerglobal.swc"
https://ant.apache.org/bindownload.cgi
Ant also required. After installing set ANT_HOME environment variable to base dir, and add the equivalent of "ANT_HOME/bin" to your Path environment variable.
cd ics/build/cocomoSDK
ant