You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
* 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)
*[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)
*[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.
[compiler update for the Windows SDK 7.1]: http://www.microsoft.com/en-us/download/details.aspx?id=4422
[compiler update for the Windows SDK 7.1]: https://www.microsoft.com/en-us/download/details.aspx?id=4422
0 commit comments