Search found 1 match

by AllanWilson
2013-11-09T14:34:08-07:00
Forum: Users
Topic: how can we install 6.8.7 on Debian and Ubuntu?
Replies: 2
Views: 40685

Re: how can we install 6.8.7 on Debian and Ubuntu?

First you need to install all the build dependencies and other tools to install ImageMagick $ sudo apt-get update $ sudo apt-get install build-essential checkinstall libx11-dev libxext-dev zlib1g-dev libpng12-dev libjpeg-dev libfreetype6-dev libxml2-dev $ sudo apt-get build-dep imagemagick Then down...