EUROPEAN UNION | COOKIES

Notice to visitors generally and to European Union Visitors, in particular. European Union requires that websites alert visitors if cookies are used. This website may use cookies (including third party cookies). Cookies are temporary files stored in your web browser. More info: Google Privacy Info.
Please consent to site cookies, where indicated. If you do not agree with these terms, please exit this site. Happy travels.
NOTE: unable to get cookies widget script to function in this template - hence no 'consent' button.
Please exist if you do not consent to cookies.

Pages

Sunday, 12 July 2015

ImageMagick - Download & Install

IMAGEMAGICK

"software suite to create, edit, compose, or convert bitmap images"

download

www.imagemagick.org/download/ImageMagick.tar.gz

Unpack

tar xvzf ImageMagick.tar.gz

configure

 cd ImageMagick-6.9.1
 ./configure
 make



If ImageMagick configured & compiled without probs, ready to install it on system.

Install

sudo make install

configure the dynamic linker run-time bindings

sudo ldconfig /usr/local/lib

verify the ImageMagick install worked properly.

/usr/local/bin/convert logo: logo.gif

For a more comprehensive test, run the ImageMagick validation suite.
Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail.


make check

---------------------
SOURCE

DOWNLOAD INSTRUCTIONS
http://www.imagemagick.org/script/install-source.php

FEATURES
http://imagemagick.org/script/index.php


---------------------
COMMENT

So whatever happened to the three-step Linux install method?

Confused that this is yet another installation method.

Uncertain re proceeding, as I want software linked to the software repository for automatic software updates.

Downloaded the what I guess is the compressed file & it's sitting in a folder on my desktop but that's not what I had in mind.

Might set this aside & think about what I want to do tomorrow. 

It's embarrassing how things seem to make sense while doing notes, and then when you go apply what you think you've understood, it all kind of falls apart and makes no sense at all.

Problem:  to edit the source.list

in order to do things the 'repository way', I need to know what to input into the source.list file & I have no idea.

As I'm already over this and just want to go to sleep, I'd hate to think what the program is going to be like. 

Maybe going through all this is going to be a huge waste of time.