Requirements Windows - MarcScheib/legendsrising GitHub Wiki
Windows
Requirements
General
- Node.js v4.x
- Python v2.7.x
- The python.exe must be available at
%SystemDrive%\Python27\python.exe
. If it is installed elsewhere, you can create a symbolic link to the directory containing the python.exe using:mklink /d %SystemDrive%\Python27 D:\elsewhere\Python27
- The python.exe must be available at
On Windows 7
On Windows 8 or 10
- Visual Studio Express 2013 or 2015 for Windows Desktop
- To ensure that node-gyp knows what version of Visual Studio is installed, set the
GYP_MSVS_VERSION
environment variable to the Visual Studio version (e.g.2013
or2015
)
- To ensure that node-gyp knows what version of Visual Studio is installed, set the