Commit graph

130 commits

Author SHA1 Message Date
JeffAtDeere
a61360391a Update README with another way to install on windows
PR-URL: https://github.com/nodejs/node-gyp/pull/1352
2018-06-08 17:09:27 +02:00
Nick Schonning
7e803d58e0 doc: headerify the Install instructions
Enable linking to the platform specific installation instructions

PR-URL: https://github.com/nodejs/node-gyp/pull/1225
Reviewed-By: Refael Ackermann <refack@gmail.com>
2018-06-08 17:09:27 +02:00
Refael Ackermann
c307b302f7 doc: blorb about setting npm_config_OPTION_NAME
PR-URL: https://github.com/nodejs/node-gyp/pull/1185
Fixes: https://github.com/nodejs/node-gyp/issues/1180
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-05-14 16:58:13 +01:00
Vse Mozhet Byt
c09cf7671e
doc: add a note for using configure on Windows
PR-URL: https://github.com/nodejs/node-gyp/pull/1152
Fixes: https://github.com/nodejs/node-gyp/issues/1149
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-04-23 17:29:54 +01:00
Peter Dave Hello
ff9a6fadfd Update link of gyp as Google code is shutting down
PR-URL: https://github.com/nodejs/node-gyp/pull/1061
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-01-17 10:57:48 +01:00
Ben Noordhuis
9c8d275526 Add --devdir flag.
Overrides the location where node-gyp will look for (and download to)
the node.js SDK.

For harmonization with the --nodedir flag, `osenv.home()` is now used
instead of `process.env.HOME || process.env.USERPROFILE`.

`osenv.home()` defaults to the built-in `os.homedir()` when available
and falls back to sane defaults based on the platform.

`%USERPROFILE%` is now preferred on Windows and `%HOME%` is ignored;
similarly, UNIX systems ignore `$USERPROFILE` from now on.  Neither
behavior made much sense, IMO.

Fixes: https://github.com/nodejs/node-gyp/issues/21
PR-URL: https://github.com/nodejs/node-gyp/pull/916
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-10-07 10:34:53 +02:00
Felix Rieseberg
f6eab1f9e4 doc: add windows-build-tools to readme
Added Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) to the readme.

PR-URL: https://github.com/nodejs/node-gyp/pull/970
Reviewed-By: João Reis <reis@janeasystems.com>
2016-07-25 02:34:51 +01:00
Gibson Fahnestock
c4344b3889 doc: add --target option to README
PR-URL: https://github.com/nodejs/node-gyp/pull/958
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-06-17 13:52:23 +02:00
Andrew Pardoe
af35b2ad32 Move VC++ Build Tools to Build Tools landing page.
PR-URL: https://github.com/nodejs/node-gyp/pull/953
Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-06-16 10:45:32 +02:00
Gibson Fahnestock
4ee31329e0 doc: add command options to README.md
Documents options accepted by node-gyp.

PR-URL: https://github.com/nodejs/node-gyp/pull/937
Refs: https://github.com/nodejs/node-gyp/pull/880
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-05-31 11:35:02 +02:00
Sara Itani
088082766c Update Windows install instructions
* Point to the latest release of the VC++ Build Tools.
* Simplify and consolidate install instructions for all Windows versions.

PR-URL: https://github.com/nodejs/node-gyp/pull/867
Fixes: https://github.com/nodejs/node-gyp/issues/629
Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com>
2016-05-17 12:39:56 +02:00
Jason Williams
a8d441a0a2 Update README for Windows 10 support.
PR-URL: https://github.com/nodejs/node-gyp/pull/766
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-11-16 19:10:47 +01:00
andrew morton
d1d6015276 Update broken links and switch to HTTPS.
Remove non-version specific Windows Python link. Better to just direct
them to the 2.7 releases.

Fixes: https://github.com/nodejs/node-gyp/issues/769
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-11-16 16:19:24 +01:00
simon-p-r
ff82f2f3b9 fixed broken link in docs to Visual Studio 2013 download
PR-URL: https://github.com/nodejs/node-gyp/pull/722
2015-09-11 09:37:58 +10:00
Ben Noordhuis
0fbc387b35 Update repository URLs.
The project was moved from https://github.com/TooTallNate/node-gyp to
https://github.com/nodejs/node-gyp.  Update a handful of links that
still pointed to the old location.

PR-URL: https://github.com/nodejs/node-gyp/pull/715
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2015-09-06 06:41:01 +02:00
Nathan Rajlich
c430385293 Merge pull request #648 from nevosegal/master
updated outdated links to user docs and reference
2015-06-29 10:15:02 -07:00
Matteo Guarnerio
b6f9290a09 Updated Installation section on README
Added Mac installation guide.
2015-06-24 22:52:52 +02:00
Nevo Segal
de539aa816 updated link to format reference as well 2015-06-19 11:27:21 +01:00
Nevo Segal
3e3fb9305e Updated link to gyp user documentation 2015-06-19 11:24:12 +01:00
Sam Saccone
7b5b3bb390 Update readme for visual studio 2013 2015-05-24 21:18:55 -04:00
jamisonwilde
c7aece4ef1 Updated README.md with updated Windows build info
Updated the README to reflect some of the struggles I overcame to get node-gyp working on Windows x64 platform.

Closes #484.
2015-05-24 14:35:17 -07:00
Nathan Rajlich
b4c3d88da0 Merge pull request #491 from ralphtheninja/master
added link to Going Native and fixed some typos
2014-11-11 13:43:00 -08:00
Steve Lee
9338141f42 VS 2012/13 work on win 7/8 2014-10-14 16:52:36 +01:00
ralphtheninja
eccd1cb470 added link to Going Native and fixed some typos 2014-08-15 11:23:59 +02:00
Joseph Spencer
6700c19bce Making Chromium's gyp more apparent in the README. 2014-06-13 08:37:01 -07:00
Nathan Rajlich
7cbf31cdca README: added note about --python config setting
Squashed commit of the following:

commit 4b0d2187b86cca9d72ecb5fc1081ebe7a72ae23b
Author: Kevin Ford <kefo@3windmills.com>
Date:   Tue Mar 4 18:20:20 2014 -0500

    Added instructions for selecting specific python version with node-gyp *and* npm.

commit 0995da3a570324fe5fa3fff300a8892d949ec21f
Author: Kevin Ford <kefo@3windmills.com>
Date:   Tue Mar 4 16:05:32 2014 -0500

    Added note about setting npm's Python config key to appropriate Python version.

commit 0d74a8ec9f72c5f0f8f1d437c45b41d2d31d7d23
Author: Kevin Ford <kefo@3windmills.com>
Date:   Tue Mar 4 16:01:31 2014 -0500

    Added note about setting npm's Python config key to appropriate Python version.

commit 8c56de3824dcee5727a66186887fc12a3e3ae533
Author: Kevin Ford <kefo@3windmills.com>
Date:   Tue Mar 4 15:56:20 2014 -0500

    Added note about setting npm's Python config key to appropriate Python version.

commit 5fb6978b3d3c1ce478e2bf513b09a4a04dc8b28c
Author: Kevin Ford <kefo@3windmills.com>
Date:   Tue Mar 4 15:55:19 2014 -0500

    Added note about setting npm's Python config key to appropriate Python version.

Closes #413.
2014-03-04 15:29:35 -08:00
Nathan Rajlich
ec9e7c89c9 README++ 2013-06-05 16:09:01 -07:00
Nathan Rajlich
77abadb415 README++ 2013-05-14 09:22:38 -07:00
Nathan Rajlich
9d388bcec6 README++ 2013-05-14 09:14:44 -07:00
Frederico Silva
e98d446db2 Update README.md
Also works on 7 (tested on 7 x64)
2013-04-19 15:24:08 +02:00
Nathan Rajlich
e658fb3d35 Merge pull request #184 from jholloman/patch-1
Added help to the Windows install section
2013-01-21 19:26:40 -08:00
jholloman
0c57f5f06a Added help to the Windows install section
When attempting to install the Windows 7.1 SDK it may error without reason. This can be caused by having prior C++ 2010 redistributables installed. Uninstalling these redistributables will allow the Windows 7.1 SDK to install successfully.

References:
http://support.microsoft.com/kb/2717426
http://stackoverflow.com/questions/1901279/windows-7-sdk-installation-failure
2013-01-21 20:15:51 -05:00
David Kemp
903cd986cc Added additional install instructions for OS X 2012-12-02 09:20:46 +11:00
Nathan Rajlich
08e51d6596 README++ 2012-11-04 13:10:00 -08:00
Nathan Rajlich
62a5216d7b README++ 2012-11-01 21:52:12 -07:00
Matthew Kastor
a4dfbef361 Update README.md
There is a known issue with the Windows SDK and Visual Studio. It seems that when both are installed users may be missing the 64 bit compilers which will make using node-gyp for 64 bit really frustrating. It took me quite a bit of googling to find the information about this issue, as it didn't come up when searching for the various error messages and such. I've added a note to the readme to make it easier for people to find the compiler update and get node-gyp working properly on 64 bit systems with this common issue. :D

see the kb article: http://support.microsoft.com/?kbid=2519277 for some details. I had Visual Studio 2010 and 2012 fully updated before getting the SDK, the article describes a different scenario which leads to the same problem.
2012-11-01 16:20:30 -03:00
Nathan Rajlich
332ca780a9 README++ 2012-08-28 08:43:26 -07:00
Nathan Rajlich
8db5dd26be README++ 2012-08-27 18:04:34 -07:00
Nathan Rajlich
98cc886300 README++
Convert the list to a <table>
2012-07-11 20:38:04 -07:00
Nathan Rajlich
158f7d3869 README++ 2012-07-11 20:29:55 -07:00
Nathan Rajlich
8a60ff47d3 README++ 2012-07-11 20:29:17 -07:00
Nathan Rajlich
38b3fb37a7 README++ 2012-07-11 20:28:32 -07:00
Nathan Rajlich
7985e8343e README++ 2012-06-12 08:35:30 -07:00
Nathan Rajlich
f7b0876f1a README++ 2012-06-12 08:20:08 -07:00
Nathan Rajlich
2e99a53dfc README++ 2012-06-12 08:18:22 -07:00
Nathan Rajlich
f697b78956 readme: add Windows 64-bit notice 2012-04-16 14:29:17 -07:00
Zachary Scott
b7d8726f1e s/buld/build 2012-04-12 15:57:41 -07:00
Nathan Rajlich
2e55e513cc readme: make the binding.gyp file be valid JSON 2012-03-27 15:35:46 -07:00
Nathan Rajlich
099851d8c7 configure: specify the msvs_version on Windows
This *should* take care of #35.
2012-03-14 11:56:06 -07:00
Nathan Rajlich
25f4be9273 Add 'rebuild' command to the README 2012-03-11 14:22:10 -07:00