SproutCore on Other Platforms
Install as NPM package
Install NodeJS
While SproutCore is not officially supported on platforms other than Windows, Mac OS X and Linux (x86 and x64), if you are able to install NodeJS and npm packages, you may be able to install SproutCore. For more information about installing NodeJS, see https://nodejs.org.
Installing SproutCore
If you were able to install NodeJS, the next step is to try to install the gem. However, this may fail due to platform dependency issues. Try to get help in the SproutCore IRC channel (#sproutcore on irc.freenode.net) or on Gitter https://gitter.im/sproutcore/sproutcore
-
To give it a try, run:
$ npm install -g sproutcore
- If this succeeded without errors, you're all set. Proceed to the tutorial.