Skip to content

crossbridge-community/crossbridge-swc-openssl

Repository files navigation

crossbridge-swc-openssl

Build Status

Building the library

  1. Install Adobe AIR SDK
  2. Install CrossBridge SDK
  3. Set AIR_HOME environment variable pointing to the AIR SDK location
  4. Set FLASCC_ROOT environment variable pointing to the CrossBridge SDK location
  5. Add FLASCC_ROOT/sdk/usr/bin to the Path (OSX)
  6. Run make (OSX) or build.bat (Windows)

Using the library

Check the Example(s) located at: src/main/actionscript

Running the UnitTests

  1. Install Gradle
  2. Run gradle