From: Brendan Le Foll Date: Fri, 24 Jul 2015 13:05:54 +0000 (+0100) Subject: npm.md: Add warning to not use npm pkgs for cross compilation X-Git-Tag: v0.7.4~32 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fmraa.git;a=commitdiff_plain;h=a1c9db505e4b36b9f794d40dc7430760eef120fd npm.md: Add warning to not use npm pkgs for cross compilation Signed-off-by: Brendan Le Foll --- 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. +