From a1c9db505e4b36b9f794d40dc7430760eef120fd Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 24 Jul 2015 14:05:54 +0100 Subject: [PATCH] npm.md: Add warning to not use npm pkgs for cross compilation Signed-off-by: Brendan Le Foll --- docs/npm.md | 4 ++++ 1 file changed, 4 insertions(+) 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. +