Fix developer setup section for windows
Remove reference to https://github.com/felixrieseberg/windows-build-tools. According to the commits the project switched to Python 3, but it seems like there has not been a release since and the project seems to be unmaintained. Therefore it still installs Python 2.7. Added "Download Build Tools for Visual Studio" and "Download Python 3" as steps.
This commit is contained in:
parent
6e88c6aee1
commit
5f438064e0
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-co
|
|||
- Install Microsoft .NET Framework 4.5.1:
|
||||
https://www.microsoft.com/en-us/download/details.aspx?id=40773
|
||||
- Install Windows SDK version 8.1: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
|
||||
1. Install _Windows Build Tools_: Open the [Command Prompt (`cmd.exe`) as Administrator](<https://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspx>)
|
||||
and run: `npm install --vs2015 --global --production --add-python-to-path windows-build-tools`
|
||||
2. Download _Build Tools for Visual Studio_ from the [Visual Studio download page](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019) and install it including the "Desktop development with C++" option.
|
||||
3. Download and install the latest Python 3 release from https://www.python.org/downloads/windows/ (3.6 or later required).
|
||||
|
||||
### Linux
|
||||
|
||||
|
|
Loading…
Reference in a new issue