@@ -38,11 +38,11 @@ You will also need to install:
38
38
* A proper C/C++ compiler toolchain, like [ GCC] ( https://gcc.gnu.org )
39
39
* On Mac OS X:
40
40
* ` 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 / )
42
42
* You also need to install the ` Command Line Tools ` via Xcode. You can find this under the menu ` Xcode -> Preferences -> Downloads `
43
43
* This step will install ` gcc ` and the related toolchain containing ` make `
44
44
* 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)
46
46
* Make sure that you have a PYTHON environment variable, and it is set to drive:\path\to\python.exe not to a folder
47
47
* Windows XP/Vista/7:
48
48
* 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:
136
136
Some additional resources for addons and writing ` gyp ` files:
137
137
138
138
* [ "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 )
142
142
* [ * "binding.gyp" files out in the wild* wiki page] ( https://github.com/nodejs/node-gyp/wiki/%22binding.gyp%22-files-out-in-the-wild )
143
143
144
144
@@ -185,8 +185,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
185
185
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
186
186
187
187
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