views:

15

answers:

1

Hi, I'm trying to run on my mac os 10.6 a Ruby script that apparently requires libtidy.

I spent an hour trying to find an information on how to get libtidy installed.

'gem install tidy' didn't help

I'm amazed that I was unable to find the answers in google :/

A: 

Here is how I solved it:

fink install tiny-dev

locate libtidy.dylib

cp /.../libtidy.dylib /..path of ruby../..

Merlin