mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
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:
commit
612028dc6f
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue