Added more readme notes on Qt and Xvfb

This commit is contained in:
Joe Ferris 2011-04-14 16:48:53 -04:00
parent f6781618d5
commit 87a00ab672
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ capybara-webkit depends on a WebKit implementation from Qt, a cross-platform dev
* [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. You can download just the framework, as the full SDK isn't required to build the gem. Note that installing Qt via homebrew takes more than an hour, so we recommend just downloading the precompiled framework for OS X.
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. We recommend downloading the non-Debug Cocoa package with just the framework. Note that installing Qt via homebrew takes more than an hour, so we recommend just downloading the precompiled framework for OS X.
If you're on Ubuntu, you can install the libqt4-dev package.
On Linux platforms, capybara-webkit requires an X server to run, although it doesn't create any visible windows. Xvfb works fine for this.
On Linux platforms, capybara-webkit requires an X server to run, although it doesn't create any visible windows. Xvfb works fine for this. You can setup Xvfb yourself and set a DISPLAY variable, or try out the [headless gem](https://github.com/leonid-shevtsov/headless).
Usage
-----