commit
e803d3cc7a
159 changed files with 4159 additions and 6768 deletions
|
@ -2,21 +2,17 @@
|
|||
|
||||
## Prerequisites
|
||||
|
||||
* Windows 7 or later
|
||||
* Visual Studio 2010 Express or Professional, with SP1 update
|
||||
* Make sure "X64 Compilers and Tools" are installed if you use the
|
||||
Professional edition.
|
||||
* Windows 8
|
||||
* Visual Studio 2013
|
||||
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||
* 32bit [node.js](http://nodejs.org/)
|
||||
* [git](http://git-scm.com)
|
||||
|
||||
If you are using Visual Studio 2010 __Express__ then you also need following
|
||||
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.
|
||||
* [Windows 7 SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
|
||||
* `Windows Headers` and `Visual C++ Compilers` are required.
|
||||
|
||||
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
|
||||
|
@ -79,8 +75,7 @@ $ python script/test.py
|
|||
### Command xxxx not found
|
||||
|
||||
If you encountered an error like `Command xxxx not found`, you may try to use
|
||||
the `Visual Studio x64 Tools Command Prompt (2010)` console to execute the build
|
||||
scripts.
|
||||
the `VS2012 Command Prompt` console to execute the build scripts.
|
||||
|
||||
### Assertion failed: ((handle))->activecnt >= 0
|
||||
|
||||
|
@ -110,11 +105,6 @@ you have installed python under `C:\Python27`):
|
|||
/cygdrive/c/Python27/python.exe script/bootstrap.py
|
||||
```
|
||||
|
||||
### LNK1123: failure during conversion to COFF: file invalid or corrupt
|
||||
|
||||
Upgrading to VS 2010 SP1 would solve this, read the Microsoft Support article
|
||||
on more of this: http://support.microsoft.com/kb/2757355.
|
||||
|
||||
### LNK1181: cannot open input file 'kernel32.lib'
|
||||
|
||||
Try reinstalling 32bit node.js.
|
||||
|
|
|
@ -38,7 +38,7 @@ to understand the source code better.
|
|||
* **api** - The implementation of common APIs, and foundations of
|
||||
atom-shell's built-in modules.
|
||||
* **lib** - Javascript part of the API implementation.
|
||||
* **chrome** - Source code modified from Chromium's `chrome` component.
|
||||
* **chromium_src** - Source code that copied from Chromium.
|
||||
* **docs** - Documentations.
|
||||
* **spec** - Automatic tests.
|
||||
* **atom.gyp** - Building rules of atom-shell.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue