From 192c9c5dc223c5b52b721df0a204a0350cd99347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 29 Aug 2013 14:54:09 +0200 Subject: [PATCH] Add imagemagick dependency --- docs/INSTALL-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index d202d62482d..8ff5bbea6ed 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -48,7 +48,7 @@ If you have a mail server responsible for handling the egress of email from your Install necessary packages: # Run these commands as your normal login (e.g. "michael") - sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties + sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush imagemagick python-software-properties # If you're on Ubuntu >= 12.10, change: # python-software-properties to software-properties-common