On Tue, Feb 12, 2013 at 1:16 PM, Andrew Pennebaker
<
andrew.p...@gmail.com> wrote:
> More specifically, node-gyp claims that Visual Studio is required, when in
> fact any provider of make and a C compiler will do.
>
> If you could document that gyp works with MinGW, Cygwin, etc, then node-gyp
> should be able to reflect this downstream. They're claiming the dependency
> is upstream in gyp, when in fact no such dependency exists.
I'm not familiar with node-gyp, but it's entirely reasonable that they
structured their GYP files to only work with Visual Studio.
That's not a requirement of GYP, but not at all unheard of for large
GYP projects. For example, Chromium's GYP files do the same thing
(that is, effectively requiring MSVC)