Skip to content

Commit

Permalink
splitting OS X instructions in Lion and pre-Lion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Plentz committed Aug 4, 2011
1 parent 525b8b2 commit 47b8c86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ 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 these binaries aren't compatible with OS X 10.7(Lion), so you'll need to install Qt via homebrew(can take more than an hour). To build from source:
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:

apt-get install libqt4-dev
Expand Down

0 comments on commit 47b8c86

Please sign in to comment.