Created
January 2, 2011 06:42
-
-
Save luizfonseca/762353 to your computer and use it in GitHub Desktop.
How to install mysql/ruby gem on Snow Leopard.
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
sudo env ARCHFLAGS="-arch i386" gem install mysql -- \ | |
--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \ | |
--with-mysql-include=/usr/local/mysql/include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment