Private
Public Access
2
0

npm.md: Add warning to not use npm pkgs for cross compilation

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-07-24 14:05:54 +01:00
parent 9c0753cb18
commit a1c9db505e

View 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.