Skip to content

Commit

Permalink
doc: Node.js v7 specific build system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
imyller authored Oct 29, 2016
1 parent 63a341d commit 0b66df5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.

![LTS Schedule](https://github.com/nodejs/LTS/raw/master/schedule.png)

## Dependencies

`meta-nodejs` depends on following layers:

* [`openembedded-core`](http://layers.openembedded.org/layerindex/branch/master/layer/openembedded-core/)

### Node.js v7 specific dependencies

Node.js v7 ships with V8 v5.4 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`).
Building these tools currently requires 32-bit native toolchain. Following packages should be installed in the build host:

* `g++-multilib`

## Available Packages

* `nodejs`
Expand Down Expand Up @@ -43,12 +56,6 @@ Layer installation varies depending on your OpenEmbedded distribution. These ins

As an official extension of this layer, installing [`meta-nodejs-contrib`](https://github.com/imyller/meta-nodejs-contrib) is highly recommended for community contributed Node.js based package recipes and Bitbake helper classes.

## Layer dependencies

`meta-nodejs` depends on following layers:

* [`openembedded-core`](http://layers.openembedded.org/layerindex/branch/master/layer/openembedded-core/)

Usage
=====

Expand Down

0 comments on commit 0b66df5

Please sign in to comment.