From 52aa8e2bba14cf3bcdd9d88c52bb151924a3d875 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 30 Nov 2008 15:54:22 -0500 Subject: [PATCH] Add nokogiri install note to README --- README.rdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rdoc b/README.rdoc index 651eb0d..3c23afa 100644 --- a/README.rdoc +++ b/README.rdoc @@ -41,6 +41,14 @@ Behind the scenes, Webrat will ensure: * If a URL is invalid, the test will fail. * If a page load or form submission is unsuccessful, the test will fail. +== Installing Nokogiri + +Users of Debian Linux (e.g. Ubuntu) need to run: + + sudo apt-get install libxslt1-dev libxml2-dev. + +Otherwise the Nokogiri gem, which Webrat depends on, won't install properly. + == Install for Rails To install the latest release as a gem: