提交 5e772321 编写于 作者: J Jeremy Kemper

Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8144 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 cb1f5692
......@@ -5,7 +5,7 @@
# On MacOS X:
# sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
# On MacOS X Leopard:
# sudo ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql
# sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql
# This sets the ARCHFLAGS environment variable to your native architecture
# On Windows:
# gem install mysql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册