Should I include the binary in a Rails plugin or not?

Posted by Nick Gorbikoff on Stack Overflow See other posts from Stack Overflow or by Nick Gorbikoff
Published on 2010-05-21T17:04:14Z Indexed on 2010/05/21 17:10 UTC
Read the original article Hit count: 245

Hello.

I'm trying to roll out a little Rails plugin that is basically is just a wrapper to a 7zip archiver.

Should I include the 7zip binaries for windows, mac and linux with it or explain to user that it's a dependency and they need to get it working. I know it's not that difficult to install a 7zip, but what is the best practice in general. The reason I'm asking is cause I've ran so many times into gems that need some sort of dependency that doesn't compile properly or is not available in ready form for the OS in question and then I end up spending have a day hunting down for a binary or a way to compile the program. (Have happened to me both on Mac and Windows, not on Debian so far. )

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby