Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ilkka Myller <[email protected]>
  • Loading branch information
imyller committed Nov 11, 2016
1 parent 657ebcf commit f157a07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
### 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:
Building these tools for 32-bit targets (e.g. Arm) also requires 32-bit native toolchain.

In this case, following package should be installed in the build host:

* `g++-multilib`

Expand Down

0 comments on commit f157a07

Please sign in to comment.