Closed legraphista closed 6 years ago
Refactored the install script so it's easier to work with and added support for macOS. node-ffi looks for a .dylib but darknet only outputs .so, so we create a symlink from the .so to .dylib
node-ffi
.dylib
.so
Looks good to me!
Refactored the install script so it's easier to work with and added support for macOS.
node-ffi
looks for a.dylib
but darknet only outputs.so
, so we create a symlink from the.so
to.dylib