Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Mac Dev Environment

jetvillegas edited this page Oct 22, 2014 · 2 revisions

These instructions create a Shumway developer environment on a clean machine running OSX 10.10 Yosemite:

  1. Download the Shumway source code into your local directory.

Open the Terminal app and 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"

  1. Install node.js http://nodejs.org/

  2. Install grunt-cli sudo npm install -g grunt-cli

  3. Install Java JDK http://www.oracle.com/technetwork/java/javase/downloads/

  4. Use 'make bootstrap' to install other tools and test your configration.

Open the Terminal app and type: sudo make bootstrap