fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
179 stars 42 forks source link

remove dependency on Visual C++ 2010 #24

Closed drewschaeffer closed 9 years ago

drewschaeffer commented 10 years ago

Would really be great if I did not have to install VC++ 2010 (currently have 2013 already installed).

fuwaneko commented 10 years ago

There's no such dependency. If 2013 does not work, check that you have 64-bit compilers on 64-bit Windows installed. It's basically node-gyp requirement, not mine, so for any problems with that check their code: https://github.com/TooTallNate/node-gyp

fuwaneko commented 9 years ago

I'm closing this as there were no feedback for a long time.