-
Notifications
You must be signed in to change notification settings - Fork 93
Installation guide with screenshots Windows
Dmitry edited this page Dec 13, 2016
·
6 revisions
Note: only 64-bit version of MSYS2 is supported.
Download and install MSYS2 keeping default options: https://sourceforge.net/projects/msys2/files/Base/x86_64/
Add to this path to user PATH environment variable, this is required if you want to start ngrest anywhere.
%USERPROFILE%\Application Data\ngrest\bin
Start "MSYS2 MinGW 64-bit" from Start menu, copy and paste the line into opened terminal window:
wget -qO- http://bit.ly/ngrest | bash
This script will download required dependencies, build and install ngrest.
After installation is finished, close this terminal window, and open it again (or use Windows command prompt). Now you can create new project: https://github.com/loentar/ngrest#create-a-new-project.