Skip to content

Installation guide with screenshots Windows

Dmitry edited this page Dec 13, 2016 · 6 revisions

1. install MSYS2

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/

2. Modify PATH environment

Add to this path to user PATH environment variable, this is required if you want to start ngrest anywhere.

%USERPROFILE%\Application Data\ngrest\bin

3. install ngrest

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.