parent
1ba07a9d6d
commit
2a7590529e
3 changed files with 14 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
||||||
## 빌드전 요구 사항
|
## 빌드전 요구 사항
|
||||||
|
|
||||||
* Windows 7 / Server 2008 R2 또는 최신 버전
|
* Windows 7 / Server 2008 R2 또는 최신 버전
|
||||||
* Visual Studio 2013 Update 4 - [VS 2013 커뮤니티 에디션 무료 다운로드](https://www.visualstudio.com/news/vs2013-community-vs)
|
* Visual Studio 2015 - [VS 2015 커뮤니티 에디션 무료 다운로드](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx)
|
||||||
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||||
* [Node.js](http://nodejs.org/download/)
|
* [Node.js](http://nodejs.org/download/)
|
||||||
* [Git](http://git-scm.com)
|
* [Git](http://git-scm.com)
|
||||||
|
@ -21,7 +21,7 @@ Studio를 사용할 수 없습니다. 하지만 여전히 Electron을 개발할
|
||||||
**참고:** Visual Studio가 직접 빌드에 사용되지 않더라도 IDE와 같이 제공된 빌드
|
**참고:** Visual Studio가 직접 빌드에 사용되지 않더라도 IDE와 같이 제공된 빌드
|
||||||
툴체인이 빌드에 **반드시** 사용되므로 여전히 필요합니다.
|
툴체인이 빌드에 **반드시** 사용되므로 여전히 필요합니다.
|
||||||
|
|
||||||
**참고:** Visual Studio 2015는 사용할 수 없습니다 MSVS **2013** 을 사용하고 있는지
|
**참고:** Visual Studio 2013는 사용할 수 없습니다 MSVS **2015** 을 사용하고 있는지
|
||||||
확인해주세요.
|
확인해주세요.
|
||||||
|
|
||||||
## 코드 가져오기
|
## 코드 가져오기
|
||||||
|
@ -97,7 +97,7 @@ $ python script\test.py -R
|
||||||
### Command xxxx not found
|
### Command xxxx not found
|
||||||
|
|
||||||
만약 `Command xxxx not found`와 같은 형식의 에러가 발생했다면
|
만약 `Command xxxx not found`와 같은 형식의 에러가 발생했다면
|
||||||
`VS2012 Command Prompt` 콘솔로 빌드 스크립트를 실행해볼 필요가 있습니다.
|
`VS2015 Command Prompt` 콘솔로 빌드 스크립트를 실행해볼 필요가 있습니다.
|
||||||
|
|
||||||
### Fatal internal compiler error: C1001
|
### Fatal internal compiler error: C1001
|
||||||
|
|
||||||
|
@ -146,4 +146,4 @@ $ mkdir ~\AppData\Roaming\npm
|
||||||
### node-gyp is not recognized as an internal or external command
|
### node-gyp is not recognized as an internal or external command
|
||||||
|
|
||||||
Git Bash로 빌드 했을 때 이러한 에러가 발생할 수 있습니다. 반드시 PowerShell이나
|
Git Bash로 빌드 했을 때 이러한 에러가 발생할 수 있습니다. 반드시 PowerShell이나
|
||||||
VS2012 Command Prompt에서 빌드를 진행해야 합니다.
|
VS2015 Command Prompt에서 빌드를 진행해야 합니다.
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
## 前提
|
## 前提
|
||||||
|
|
||||||
* Windows 7 / Server 2008 R2 or higher
|
* Windows 7 / Server 2008 R2 or higher
|
||||||
* Visual Studio 2013 with Update 4 - [download VS 2013 Community Edition for
|
* Visual Studio 2015 - [download VS 2015 Community Edition for
|
||||||
free](https://www.visualstudio.com/news/vs2013-community-vs).
|
free](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx)
|
||||||
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||||
* [Node.js](http://nodejs.org/download/)
|
* [Node.js](http://nodejs.org/download/)
|
||||||
* [Git](http://git-scm.com)
|
* [Git](http://git-scm.com)
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
**注意:** 虽然 Visual Studio 不是用来构建的,但是它仍然
|
**注意:** 虽然 Visual Studio 不是用来构建的,但是它仍然
|
||||||
**必须的** ,因为我们需要它提供的构建工具栏.
|
**必须的** ,因为我们需要它提供的构建工具栏.
|
||||||
|
|
||||||
**注意:** Visual Studio 2015 不可用. 请确定使用 MSVS
|
**注意:** Visual Studio 2013 不可用. 请确定使用 MSVS
|
||||||
**2013**.
|
**2015**.
|
||||||
|
|
||||||
## 获取代码
|
## 获取代码
|
||||||
|
|
||||||
|
@ -133,4 +133,4 @@ $ mkdir ~\AppData\Roaming\npm
|
||||||
|
|
||||||
### node-gyp is not recognized as an internal or external command
|
### node-gyp is not recognized as an internal or external command
|
||||||
|
|
||||||
如果你使用 Git Bash 来构建,或许会遇到这个错误,可以使用 PowerShell 或 VS2012 Command Prompt 来代替 .
|
如果你使用 Git Bash 来构建,或许会遇到这个错误,可以使用 PowerShell 或 VS2015 Command Prompt 来代替 .
|
|
@ -5,8 +5,8 @@ Follow the guidelines below for building Electron on Windows.
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Windows 7 / Server 2008 R2 or higher
|
* Windows 7 / Server 2008 R2 or higher
|
||||||
* Visual Studio 2013 with Update 4 - [download VS 2013 Community Edition for
|
* Visual Studio 2015 - [download VS 2015 Community Edition for
|
||||||
free](https://www.visualstudio.com/news/vs2013-community-vs).
|
free](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx)
|
||||||
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||||
* [Node.js](http://nodejs.org/download/)
|
* [Node.js](http://nodejs.org/download/)
|
||||||
* [Git](http://git-scm.com)
|
* [Git](http://git-scm.com)
|
||||||
|
@ -22,8 +22,7 @@ building with Visual Studio will come in the future.
|
||||||
**Note:** Even though Visual Studio is not used for building, it's still
|
**Note:** Even though Visual Studio is not used for building, it's still
|
||||||
**required** because we need the build toolchains it provides.
|
**required** because we need the build toolchains it provides.
|
||||||
|
|
||||||
**Note:** Visual Studio 2015 will not work. Please make sure to get MSVS
|
**Note:** While older versions of Electron required Visual Studio 2013, Electron 1.1 and later does require Visual Studio 2015.
|
||||||
**2013**.
|
|
||||||
|
|
||||||
## Getting the Code
|
## Getting the Code
|
||||||
|
|
||||||
|
@ -99,7 +98,7 @@ $ python script\test.py -R
|
||||||
### Command xxxx not found
|
### Command xxxx not found
|
||||||
|
|
||||||
If you encountered an error like `Command xxxx not found`, you may try to use
|
If you encountered an error like `Command xxxx not found`, you may try to use
|
||||||
the `VS2012 Command Prompt` console to execute the build scripts.
|
the `VS2015 Command Prompt` console to execute the build scripts.
|
||||||
|
|
||||||
### Fatal internal compiler error: C1001
|
### Fatal internal compiler error: C1001
|
||||||
|
|
||||||
|
@ -148,4 +147,4 @@ $ mkdir ~\AppData\Roaming\npm
|
||||||
### node-gyp is not recognized as an internal or external command
|
### node-gyp is not recognized as an internal or external command
|
||||||
|
|
||||||
You may get this error if you are using Git Bash for building, you should use
|
You may get this error if you are using Git Bash for building, you should use
|
||||||
PowerShell or VS2012 Command Prompt instead.
|
PowerShell or VS2015 Command Prompt instead.
|
||||||
|
|
Loading…
Reference in a new issue