Skip to content

Commit

Permalink
Merge pull request thoughtbot#117 from plentz/patch-1
Browse files Browse the repository at this point in the history
changing README to alert users about OS X 10.7 binary incompatibility.
  • Loading branch information
Gabe Berke-Williams committed Aug 4, 2011
2 parents 31051fb + 47b8c86 commit 612028d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 612028d

Please sign in to comment.