sorccu / node-jpeg-turbo

Limited libjpeg-turbo bindings for Node.js.
Other
39 stars 36 forks source link

Bindings fails on ubuntu with electron 1.1.0 #4

Closed ignjat closed 7 years ago

ignjat commented 8 years ago

Electron 1.1.0 brings node.js 6.1 and one can't use jpeg-turbo with it.

sorccu commented 8 years ago

It works fine but there are no prebuilt binaries yet.

ignjat commented 8 years ago

Thanks for the quick response, when could we expect a prebuilt binary?

ignjat commented 8 years ago

Any update on prebuilt binaries? Recursive cloning fails with: fatal: reference is not a tree: 0d293537728f211888b04bed6ee19f71e0bda504 Unable to checkout '0d293537728f211888b04bed6ee19f71e0bda504' in submodule path 'deps/libjpeg-turbo'

sorccu commented 7 years ago

That error was caused by libjpeg-turbo doing a force push. Anyway I'll be releasing a new version with prebuilts soon, feel free to open a new issue if it's still an issue after that.