Skip to content

Commit

Permalink
Merge pull request #4086 from AnalyticalGraphicsInc/doc-node-version
Browse files Browse the repository at this point in the history
Document required version of node in Build Guide
  • Loading branch information
mramato authored Jul 5, 2016
2 parents 1ef1426 + 2e79463 commit cfbc55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Contributors/BuildGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Build the Code

Prerequisites:
* Install [Node.js](http://nodejs.org/) on your system.
* Install [Node.js](http://nodejs.org/) on your system. Building Cesium requires Node 4.x or newer.

Cesium uses npm modules for development, so after syncing, you need to run `npm install` from the Cesium root directory:

Expand Down Expand Up @@ -160,4 +160,4 @@ To configure the additional commit statuses on GitHub for your fork of Cesium, y
* Copy the token to your clipboard
* Go to [travis.org](https://travis-ci.org/) and select your fork of Cesium
* Go to "More Options">"Settings"
* Under the "Environment Variables" section, add the environment variable `TOKEN` and paste your token for the value
* Under the "Environment Variables" section, add the environment variable `TOKEN` and paste your token for the value

0 comments on commit cfbc55e

Please sign in to comment.