summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2012-09-10 11:01:26 +0200
committergebele <gebele@in-silico.ch>2012-09-10 11:01:26 +0200
commitd9b9713ffa21c0e544383ce1e84e6879b0c16bc3 (patch)
tree34d03a6874987a035fe9851acfa89bf0cd1f02b0
parentb668ece36363abf042af31187e30cf9343cc8c81 (diff)
add install advice
-rw-r--r--_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md b/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
index e254c86..ef697cb 100644
--- a/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
+++ b/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
@@ -15,7 +15,8 @@ You need to install capybara and capybara-webkit as gem. Capybara-webkit require
`apt-get install qt4-dev-tools`<br>
`apt-get install xvfb`
-as sudo. This works for Debian.
+as sudo. This works for Debian Squeeze. If **libqt4-dev** is not auto-installed you have to install it manually.
+ `apt-get install libqt4-dev`
# Install the gems: