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

Clarify Qt requirements further

This commit is contained in:
Joe Ferris 2011-04-14 10:17:58 -04:00
parent 40804c06ba
commit ce8254ccb1

View file

@ -6,11 +6,11 @@ A [capybara](https://github.com/jnicklas/capybara) driver that uses [WebKit](htt
Dependencies
------------
capybara-webkit depends on a WebKit implementation from Qt, a cross-platform development toolkit. You'll need to download the Qt SDK to build and install the gem.
capybara-webkit depends on a WebKit implementation from Qt, a cross-platform development toolkit. You'll need to download the Qt Framework to build and install the gem.
* [Download Qt](http://qt.nokia.com/downloads/downloads)
If you're on OS X, the installer at the above link will set up everything you need.
If you're on OS X, the installer at the above link will set up everything you need. You can download just the framework, as the full SDK isn't required to build the gem.
If you're on Ubuntu, you can install the libqt4-dev package.