Skip to content
forked from influxis/ics

Developer SDK and Documentation for the Influxis Collaborative Service (ICS)

Notifications You must be signed in to change notification settings

jeremy-wischusen/ics

 
 

Repository files navigation

ics

Developer SDK and Documentation for the Influxis Collaborative Service (ICS)

Cocomo SDK Build Notes

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).

Flex SDK

Flex SDK 3.6

Flex SDK 3.2

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.

Flash 10.3 Player SWC

mkdir -p "${FLEX_HOME}/frameworks/libs/player/10.3"
mv ~/Downloads/playerglobal10_3.swc "${FLEX_HOME}/frameworks/libs/player/10.3/playerglobal.swc"

Ant

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.

Build

cd ics/build/cocomoSDK
ant

About

Developer SDK and Documentation for the Influxis Collaborative Service (ICS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 84.4%
  • HTML 9.2%
  • JavaScript 1.5%
  • Ruby 1.4%
  • Java 0.8%
  • Python 0.6%
  • Other 2.1%