mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use Leopard's native mysql_config. Closes #10167 [Robert Evans]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8146 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
1225b2f76e
commit
aa9e5a4339
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# On MacOS X:
|
||||
# sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
|
||||
# On MacOS X Leopard:
|
||||
# sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql
|
||||
# sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
|
||||
# This sets the ARCHFLAGS environment variable to your native architecture
|
||||
# On Windows:
|
||||
# gem install mysql
|
||||
|
|
Loading…
Reference in a new issue