1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

adding homebrew instructions

This commit is contained in:
Diego Plentz 2011-07-27 14:20:45 -03:00
parent 7dd1edb005
commit 525b8b24e6

View file

@ -10,7 +10,9 @@ capybara-webkit depends on a WebKit implementation from Qt, a cross-platform dev
OS X:
[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).
[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:
brew install qt --build-from-source
Ubuntu: