mafintosh / node-sodium-prebuilt

Prebuilds for the Lib Sodium port for node.js
MIT License
9 stars 6 forks source link

manually move dll for windows #4

Open mixmix opened 8 years ago

mixmix commented 8 years ago

I've been trying to get sodium-prebuilt to build on windows.

My solution is not elegant - the code written should work, but I've been seeing a strange bug where copyFile is really not copying the files. Hopefully the reason is something obvious

My setup : node 6.8.1, Cygwin on windows 10

I'm going to publish a clearer version of these notes about how I set up my build env