Now i want to upgrade to newest version by building from source but I want to keep the existing 6.2.5 installation as well (for the time I develop my scripts to the new version).
It is very important that I don't break the existing installation, how do I install to a different path?
Is this the right way?
Code: Select all
./configure --prefix=/usr/imagemagick-new
/usr/imagemagick-new/bin/convert {command} (for new version)
/usr/bin/convert {command} (for oldversion)