Downloading old versions

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Ryan Nutt

Downloading old versions

Post by Ryan Nutt »

What's the process to have more than one version of ImageMagick installed on Linux? I need a way to test a program and am having problems with older versions of IM.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

The problem with two versions is they will first need to build into two seperate locations (configure --prefix) and second you need to ensure that you environment look at one but not the other for the version you want to test.

No IM sould be instead in the main system libraries in that case.
This is not simple.

I myself often just de-install one IM (using RPM packages I built from the
src.rpm file) then install another to test different versions.

I have a good backup system that lets me recover old RPM builds quickly
to backtrack a specific problem.

In otherwords, I myself only ever install one IM version at a time.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply