Posted By: Robin Stocker
Date: 2007-10-28 22:12
Summary: Install on Mac OS X 10.5 (Leopard)
Project: id3lib-ruby
Here's a quick tip for people having difficulties installing id3lib-ruby on the newest OS X:
http://trac.macosforge.org/projects/ruby/wiki/Troubleshooting#IcannotbuildrubymysqlonLeopardwithmysql.combinaries
In short, here's how to install id3lib-ruby (after having installed id3lib):
sudo -s
ARCHFLAGS="-arch i386" gem install id3lib-ruby |
|