Created
January 13, 2010 23:21
-
-
Save masak2009/276676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==== id3lib & id3lib-ruby on Mac OSX Snow Leopard ==== | |
Just install from ports id3lib: | |
$ sudo port install id3lib | |
After that just do massive google search or try this (work for me): | |
Installed id3lib is in /opt/local, then: | |
$ sudo -s | |
$ export CONFIGURE_ARGS="--with-opt-dir=/opt/local" | |
$ env ARCHFLAGS="-arch x86_64" gem install id3lib-ruby | |
$ exit | |
For some reasons if not work for you try change path to /usr/local/ or find by mdfind where is id3lib installed. Look for id3.h => This is file which complicate id3lib-ruby installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment