Skip to content

Commit d1d6015

Browse files
drewishbnoordhuis
authored andcommitted
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: #769 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent ec59ddf commit d1d6015

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ You will also need to install:
3838
* A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org)
3939
* On Mac OS X:
4040
* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on Mac OS X)
41-
* [Xcode](https://developer.apple.com/xcode/downloads/)
41+
* [Xcode](https://developer.apple.com/xcode/download/)
4242
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads`
4343
* This step will install `gcc` and the related toolchain containing `make`
4444
* On Windows:
45-
* [Python][windows-python] ([`v2.7.3`][windows-python-v2.7.3] recommended, `v3.x.x` is __*not*__ supported)
45+
* Python ([`v2.7.10`][python-v2.7.10] recommended, `v3.x.x` is __*not*__ supported)
4646
* Make sure that you have a PYTHON environment variable, and it is set to drive:\path\to\python.exe not to a folder
4747
* Windows XP/Vista/7:
4848
* Microsoft Visual Studio C++ 2013 ([Express][msvc2013] version works well)
@@ -136,9 +136,9 @@ A barebones `gyp` file appropriate for building a node addon looks like:
136136
Some additional resources for addons and writing `gyp` files:
137137

138138
* ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative)
139-
* ["Hello World" node addon example](https://github.com/joyent/node/tree/master/test/addons/hello-world)
140-
* [gyp user documentation](https://chromium.googlesource.com/external/gyp/+/master/docs/UserDocumentation.md)
141-
* [gyp input format reference](https://chromium.googlesource.com/external/gyp/+/master/docs/InputFormatReference.md)
139+
* ["Hello World" node addon example](https://github.com/nodejs/node/tree/master/test/addons/hello-world)
140+
* [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md)
141+
* [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md)
142142
* [*"binding.gyp" files out in the wild* wiki page](https://github.com/nodejs/node-gyp/wiki/%22binding.gyp%22-files-out-in-the-wild)
143143

144144

@@ -185,8 +185,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
185185
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
186186

187187

188-
[windows-python]: http://www.python.org/getit/windows
189-
[windows-python-v2.7.3]: http://www.python.org/download/releases/2.7.3#download
190-
[msvc2013]: http://www.microsoft.com/en-gb/download/details.aspx?id=44914
191-
[win7sdk]: http://www.microsoft.com/en-us/download/details.aspx?id=8279
192-
[compiler update for the Windows SDK 7.1]: http://www.microsoft.com/en-us/download/details.aspx?id=4422
188+
[python-v2.7.10]: https://www.python.org/downloads/release/python-2710/
189+
[msvc2013]: https://www.microsoft.com/en-gb/download/details.aspx?id=44914
190+
[win7sdk]: https://www.microsoft.com/en-us/download/details.aspx?id=8279
191+
[compiler update for the Windows SDK 7.1]: https://www.microsoft.com/en-us/download/details.aspx?id=4422

0 commit comments

Comments
 (0)