loentar / ngrest

Fast and easy C++ RESTful WebServices framework
Apache License 2.0
465 stars 94 forks source link

Windows installation instructions error #51

Closed cdrini closed 6 years ago

cdrini commented 6 years ago

I followed the instructions at Installation Guide with Screenshots Windows, but got an error after trying to run the install script.

wget -qO- http://bit.ly/ngrest | bash

Output:

Cloning into 'ngrest'...
remote: Counting objects: 2251, done.
remote: Total 2251 (delta 0), reused 0 (delta 0), pack-reused 2251
Receiving objects: 100% (2251/2251), 835.97 KiB | 1.36 MiB/s, done.
Resolving deltas: 100% (1348/1348), done.
Checking out files: 100% (229/229), done.
Configuring ngrest for the build...
touch: cannot touch '/usr/share/cmake-3.10.2/Modules/Platform/MINGW64_NT-10.0.cmake': No such file or directory

Platform details: Windows 10 with latest MSYS2 ( from http://www.msys2.org/ )

loentar commented 6 years ago

Fix committed, please retest.