Gottox / node-pdfutils

tool for analyzing and converting PDF
103 stars 23 forks source link

pdfutils OSX vs Ubuntu #14

Closed wmbutler closed 10 years ago

wmbutler commented 10 years ago

The code for pdfutils does not seem to be portable between osx and ubuntu. When I develop locally on OS X and then push to git and then pull to my ubuntu server, I am forced to reinstall pdfutils. I've been using .gitignore but thought you'd like to know about it.

srijs commented 10 years ago

That is likely because pdfutils is partly a native addon which needs to be compiled for a specific platform.

Gottox commented 10 years ago

Not a bug, there's no way to prevent recompiling. Maybe in magic unicorn land.