[Pkg-javascript-commits] [node-expat] 113/371: Added Readme.txt in wintools and fixed an echo in the script

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 31ee2085e22e535a1c3f95ea1695ad4500b27dd6
Author: Andreas Botsikas <abot at epu.ntua.gr>
Date:   Fri Dec 16 08:55:51 2011 +0200

    Added Readme.txt in wintools and fixed an echo in the script
---
 wintools/Readme.txt   | 13 +++++++++++++
 wintools/node-gyp.bat |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/wintools/Readme.txt b/wintools/Readme.txt
new file mode 100644
index 0000000..6358bb2
--- /dev/null
+++ b/wintools/Readme.txt
@@ -0,0 +1,13 @@
+This modules requires the expat library. You may download installation files from:
+http://sourceforge.net/projects/expat/files/expat_win32/
+
+The provided script (node-gyp.bat) requires two environment variables in order to run properly:
+NODE_ROOT: Points to the root of the Node's git repo. Download node from git (https://github.com/joyent/node) and build it using the vcbuild.bat script.
+EXPAT_ROOT: The root installation folder of EXPAT so that the script can locate %EXPAT_ROOT%\Source\lib\expat.h.
+
+To generate a visual studio 2010 project run
+node-gyp.bat
+If you want to generate the project and build it at once do:
+node-gyp.bat make
+
+ 
\ No newline at end of file
diff --git a/wintools/node-gyp.bat b/wintools/node-gyp.bat
index f3f0899..5bc09dd 100644
--- a/wintools/node-gyp.bat
+++ b/wintools/node-gyp.bat
@@ -50,7 +50,7 @@ goto exit
 echo GYP was not found. Please check that gyp is located in %NODE_ROOT%/tools/gyp/ 
 goto exit
 :nodebuild-not-found
-echo Node build path not found! Please check the NODE_ROOT environment variable exists and that it points to the root of the git repo where you have build 
+echo Node build path not found! Please check the NODE_ROOT environment variable exists and that it points to the root of the git repo where you have build  node
 goto exit
 :gyp-file-missing
 echo Could not locate a gyp file. module.gyp file was not found.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list