updated readme and Animation docs

This commit is contained in:
Eric Rowell
2012-12-21 07:53:26 -08:00
parent aa05f90ea4
commit 03834db910
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#Building the KineticJS library
#Building the KineticJS Framework
To build the library, you need to have Ruby and Rubygems installed. After that, run `gem install thor`, `gem install json_pure`, and `gem install uglifier` to install the dependencies.
To build a development version of the library, run `thor build:dev VERSION`, where VERSION is a string that can be anything you like. For example, using `thor build:dev current` will produce `kinetic-vcurrent.js`. To build a minified version of the library, run `thor build:prod VERSION`.