galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Can't install on freebsd #345

Open thbl opened 5 years ago

thbl commented 5 years ago

When trying to install on freebsd i get a 404 for the pre compiled lib at "https://hummus.s3-us-west-2.amazonaws.com/hummus/v1.0.90/node-v64-freebsd-x64-unknown.tar.kz"

galkahana commented 5 years ago

thanks. i'll see how to add sometimes to the prebuild binaries..

in the meantime, does it fallback properly on compiling locally?

thbl commented 5 years ago

In the url for pre complied it's also strange it says unknown.tar.gz ?

galkahana commented 5 years ago

unknown is fine. its the musl config, which is unknown in most places.

thbl commented 5 years ago

okay thanks :)