You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
479 B
14 lines
479 B
# Electron's version. |
|
export npm_config_target=1.4.7 |
|
# The architecture of Electron, can be ia32 or x64. |
|
export npm_config_arch=x64 |
|
export npm_config_target_arch=x64 |
|
# Download headers for Electron. |
|
export npm_config_disturl=https://atom.io/download/electron |
|
# Tell node-pre-gyp that we are building for Electron. |
|
export npm_config_runtime=electron |
|
# Tell node-pre-gyp to build module from source code. |
|
export npm_config_build_from_source=true |
|
|
|
|
|
HOME=./.electron-gyp npm install
|
|
|