aboutsummaryrefslogtreecommitdiff
path: root/docs/npm.md
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2015-07-24 14:05:54 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2015-07-24 14:05:54 +0100
commita1c9db505e4b36b9f794d40dc7430760eef120fd (patch)
tree11ccaed3bf0c58eb87d6cafae827ae1fcc3dcbf1 /docs/npm.md
parent9c0753cb181cc61b6474c0dc3b0b4db40ce27f4e (diff)
npm.md: Add warning to not use npm pkgs for cross compilation
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/npm.md')
-rw-r--r--docs/npm.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/npm.md b/docs/npm.md
index f6df13d..defe7ec 100644
--- a/docs/npm.md
+++ b/docs/npm.md
@@ -43,3 +43,7 @@ version (or close to) in your $PATH.
node-gyp configure --python=/usr/bin/python2
node-gyp build --python=/usr/bin/python2 --verbose
~~~~~~~~~~~
+
+Note that no cross compilation is available without modifying the --arch flag
+manually. If you want to cross compile, it's recommended to use cmake.
+