docs: Update prerequisities in Windows build instructions.
This commit is contained in:
parent
b4f00f3b40
commit
c019f13e8c
1 changed files with 1 additions and 7 deletions
|
@ -2,18 +2,12 @@
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Windows 8
|
* Windows 2008 at least
|
||||||
* Visual Studio 2013
|
* Visual Studio 2013
|
||||||
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||||
* 32bit [node.js](http://nodejs.org/)
|
* 32bit [node.js](http://nodejs.org/)
|
||||||
* [git](http://git-scm.com)
|
* [git](http://git-scm.com)
|
||||||
|
|
||||||
If you are using Visual Studio 2013 __Express__ then you also need following
|
|
||||||
softwares:
|
|
||||||
|
|
||||||
* [WDK](http://www.microsoft.com/en-us/download/details.aspx?id=11800)
|
|
||||||
* `Build Environments` is required.
|
|
||||||
|
|
||||||
The instructions below are executed under [cygwin](http://www.cygwin.com),
|
The instructions below are executed under [cygwin](http://www.cygwin.com),
|
||||||
but it's not a requirement, you can also build atom-shell under the Windows
|
but it's not a requirement, you can also build atom-shell under the Windows
|
||||||
command prompt or other terminals.
|
command prompt or other terminals.
|
||||||
|
|
Loading…
Reference in a new issue