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.

    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"

  2. Install node.js

  3. Install grunt-cli

    In the Terminal app, type:

    sudo npm install -g grunt-cli
    
  4. Install Java JDK

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

    Open the Terminal app and type:

    sudo make bootstrap