npm.md: Add warning to not use npm pkgs for cross compilation
authorBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 24 Jul 2015 13:05:54 +0000 (14:05 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 24 Jul 2015 13:05:54 +0000 (14:05 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
docs/npm.md

index f6df13d..defe7ec 100644 (file)
@@ -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.
+