Sha256: 2ec4aea840872d74da3a6edf24138572150fe235b04d5cfceebc91d7c6ffeaf4
Contents?: true
Size: 902 Bytes
Versions: 1
Compression:
Stored size: 902 Bytes
Contents
++++++++++++++++++++++++++++++++ You have successfully installed the Project Sprouts Flash SDK! To get started with a new ActionScript 3 project: # Generate a project named 'SomeProject' sprout-as3 SomeProject # Change directory to the newly-created directory: cd SomeProject # Install whatever additional gems are required # by this project Gemfile: bundle install # Use Rake to run the default task: rake ++++++++++++++++++++++++++++++++ Next Steps: # Generate a new class, test case and test suite: sprout-class utils.MathUtil # Compile and run the test harness: rake test # List available rake tasks: rake -T # List available generators: sprout- (followed by the TAB key) ++++++++++++++++++++++++++++++++ Issues or Questions? Troubleshooting at: http://projectsprouts.org/troubleshooting.html Email us at: projectsprouts@googlegroups.com
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flashsdk-1.0.20.pre | POSTINSTALL.rdoc |