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:
parent
40804c06ba
commit
ce8254ccb1
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ A [capybara](https://github.com/jnicklas/capybara) driver that uses [WebKit](htt
|
||||||
Dependencies
|
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)
|
* [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.
|
If you're on Ubuntu, you can install the libqt4-dev package.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue