You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting on migrating to VS2014/MSBuild14 right now.
Which branch should I work on? gdal-1.11.1?
Thinking about other projects using node-gdal, that are not yet up to VS2014, it might be useful to introduce a switch somewhere to build with VS2013 as default and with VS 2014 only if a special flag is passed.
What do you think?
The text was updated successfully, but these errors were encountered:
Yes: we will need to compile and link against our own node devel headers/lib. Need to think about this more. Locally you can do this by passing --nodedir flag but ideally I can also come up with a node-pre-gyp solution to also be able to install from binaries and choose wither 2013 or 2014. Going to be. Tricky...
@springmeyer @brianreavis
I'm starting on migrating to VS2014/MSBuild14 right now.
Which branch should I work on? gdal-1.11.1?
Thinking about other projects using node-gdal, that are not yet up to VS2014, it might be useful to introduce a switch somewhere to build with VS2013 as default and with VS 2014 only if a special flag is passed.
What do you think?
The text was updated successfully, but these errors were encountered: