Skip to content

Commit

Permalink
Update README to link to the "Installing QT" documentation from capyb…
Browse files Browse the repository at this point in the history
…ara-webkit.
  • Loading branch information
tristandunn committed Jan 27, 2012
1 parent da8aecc commit 3baf732
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,7 @@ A standalone version of the WebKit server in [capybara-webkit](https://github.co

## Dependencies

webkit-server depends on a WebKit implementation from Qt, a cross-platform development toolkit. You'll need to download the Qt libraries to build the binary.

**OS X 10.7:**

brew install qt

**OS X < 10.7:**

[Download the non-debug Cocoa package](http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x).

**Ubuntu:**

apt-get install libqt4-dev

**Fedora:**

yum install qt-webkit-devel

**Gentoo Linux:**

emerge x11-libs/qt-webkit

**Other Linux distributions:**

[Download this package](http://qt.nokia.com/downloads/linux-x11-cpp).
webkit-server depends on a WebKit implementation from Qt, a cross-platform development toolkit. You'll need to download the Qt libraries to build the binary. See [Installing QT](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT) for how to install it on your system.

## Building

Expand Down

0 comments on commit 3baf732

Please sign in to comment.