Skip to content

Building

Jillian Daguil edited this page Jun 3, 2017 · 6 revisions

Building

Requirements

Linux

  • Python 2.7
  • Node.js 6.x or later
  • npm 3.10.x or later (run npm install -g npm)

MacOS

  • Python 2.7
  • Node.js 6.x or later
  • npm 3.10.x or later (run npm install -g npm)
  • Command Line Tools for Xcode (run xcode-select --install to install)

Windows

  • Node.js 6.x or later
  • Python v2.7.x
    • Make sure your Python path is set. To verify, open a command prompt and type python. Then, the version of python will be displayed.
  • Visual C++ Build Environment:
    • Either:
      • Option 1: Install Visual C++ Build Tools 2015 (or modify an existing installation) and select Common Tools for Visual C++ during setup. This also works with the free Community and Express for Desktop editions.
      • Option 2: Install Visual Studio 2015 (Community Edition or better)
    • Note: Windows 7 requires .NET Framework 4.5.1
    • Launch cmd, npm config set msvs_version 2015