workshopper / goingnative

A NodeSchool style workshopper for learning how to write native Node.js addons
MIT License
413 stars 54 forks source link

MS Visual Studio 2013 #75

Open qwadzie opened 8 years ago

qwadzie commented 8 years ago

I should be able to use VS 2015 if that's what I have installed. I can pull this code to a local file and work on getting that to work, Is this feasible? Where do I look for the check?

retrohacker commented 8 years ago

I'm unsure if this is feasible.

https://github.com/workshopper/goingnative/tree/master/exercises/am_i_ready is the first exercise and it ensures everything you need is installed. Getting this to recognize some of the common window's tool chains would be the first step.

VinciShark commented 7 years ago

I have already submit a Pull-Request https://github.com/workshopper/goingnative/pull/76 @qwadzie See if it is ok?