Merge pull request #117 from plentz/patch-1

changing README to alert users about OS X 10.7 binary incompatibility.
This commit is contained in:
Gabe Berke-Williams 2011-08-04 15:10:19 -07:00
commit 612028dc6f
1 changed files with 8 additions and 2 deletions

View File

@ -8,9 +8,15 @@ Dependent on Qt
capybara-webkit depends on a WebKit implementation from Qt, a cross-platform development toolkit. You'll need to download the Qt libraries to build and install the gem.
OS X:
OS X Lion 10.7:
[Download the non-debug Cocoa package](http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x). Note that installing Qt via homebrew takes more than an hour, so we don't recommend it.
Install Qt via [homebrew](http://mxcl.github.com/homebrew/)(can take more than an hour) using:
brew install qt --build-from-source
OS X < 10.7:
[Download the non-debug Cocoa package](http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x).
Ubuntu: