splitting OS X instructions in Lion and pre-Lion.

This commit is contained in:
Diego Plentz 2011-08-04 15:02:03 -03:00
parent 525b8b24e6
commit 47b8c86896
1 changed files with 6 additions and 2 deletions

View File

@ -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