Document gcc requirement for frontend build tooling

This commit is contained in:
Ingo Schommer 2016-06-03 11:26:11 +12:00
parent 75a23c0b31
commit ac6ada9f10

View File

@ -12,9 +12,11 @@ The [Node.js](https://nodejs.org) JavaScript runtime is the foundation of our cl
build tool chain. If you want to do things like upgrade dependencies, make changes to core
JavaScript or SCSS files, you'll need Node installed on your dev environment. Our build
tooling supports the v4.2.x (LTS) version of Node.
You'll likely want to manage multiple versions of Node, we suggest using
[Node Version Manager](https://github.com/creationix/nvm).
Since we're compiling SVG icons, you'll also need to compile native Node addons,
which requires `gcc` or a similar compiler - see [node-gyp](https://github.com/nodejs/node-gyp#installation)
for instructions on how to get a compiler running on your platform.
### npm