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:
parent
7dd1edb005
commit
525b8b24e6
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue