Skip to content

Instantly share code, notes, and snippets.

@crofty
Created April 6, 2010 18:41
Show Gist options
  • Save crofty/357935 to your computer and use it in GitHub Desktop.
Save crofty/357935 to your computer and use it in GitHub Desktop.
# Snow Leopard
ARCHFLAGS="-arch x86_64" gem install mysql -v=2.7 -- --with-mysql-config=/usr/local/bin/mysql_config
# Leopard
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