Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Clarify Qt requirements further
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Apr 14, 2011
1 parent 40804c0 commit ce8254c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ce8254c

Please sign in to comment.