From 3e728239d115c2eafa4966d44d3417689af4a76a Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Tue, 1 Jul 2014 10:36:54 -0400 Subject: [PATCH] Add imagemagick to basic setup apt-get install. Imagemagick is mentioned in the "first steps" section, but it's not actually listed anywhere in an `apt-get install` statements, which makes it easy to forget about, so I added it to the last such statement at the end of the basic setup section. --- docs/DEVELOPER-ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 363988b707..6b4ea45fcf 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -57,7 +57,7 @@ Vagrant version 1.1.2. With this Vagrantfile: ln -sf /usr/share/zoneinfo/Canada/Eastern /etc/localtime apt-get -yqq update apt-get -yqq install python-software-properties - apt-get -yqq install vim curl expect debconf-utils git-core build-essential zlib1g-dev libssl-dev openssl libcurl4-openssl-dev libreadline6-dev libpcre3 libpcre3-dev + apt-get -yqq install vim curl expect debconf-utils git-core build-essential zlib1g-dev libssl-dev openssl libcurl4-openssl-dev libreadline6-dev libpcre3 libpcre3-dev imagemagick ## Unicode