Mac Dev Environment - mozilla/shumway GitHub Wiki
These instructions create a Shumway developer environment on a clean machine running OSX 10.10 Yosemite:
-
Download the Shumway source code into your local directory.
In the Terminal app, type:
git clone --recursive https://github.com/mozilla/shumway.git Shumway
If you don't have git installed, OSX (10.9+) will prompt you to install command line developer tools. Click "Install"
-
Install node.js
-
Install grunt-cli
In the Terminal app, type:
sudo npm install -g grunt-cli
-
Install Java JDK
-
Use 'make bootstrap' to install other tools and test your configration.
Open the Terminal app and type:
sudo make bootstrap