Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どうやらlibtidyを必要とするRubyスクリプトをMac OS 10.6で実行しようとしています。
libtidy のインストール方法に関する情報を探すのに 1 時間費やしました。
「gem install tidy」は役に立ちませんでした
Googleで答えを見つけることができなかったことに驚いています:/
これが私がそれを解決した方法です:
fink install tiny-dev
libtidy.dylib を見つけます
cp /.../libtidy.dylib /..rubyのパス../..