document.open();document.writeln('<div onmouseover="document.getElementById(\'snipt-4235\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-4235\').style.display = \'none\'; return false;" style="position: relative;">');document.writeln('<div class="highlight"><pre style="-moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; margin: 0; display: block; font: 11px Monaco, monospace !important; padding: 15px; background-color: #1C1C1C; overflow: auto; color: #D0D0D0;"><span style="color: #999999; font-style: italic"># Starting with the libraries</span>');document.writeln('');document.writeln('<span style="color: #24909d">cd </span>desktop/png');document.writeln('');document.writeln('<span style="color: #999999; font-style: italic"># Inside the &quot;png&quot; folder type</span>');document.writeln('');document.writeln('./configure');document.writeln('');document.writeln('make check');document.writeln('');document.writeln('sudo make install');document.writeln('');document.writeln('<span style="color: #999999; font-style: italic"># If everything when ok you should have the PNG</span>');document.writeln('<span style="color: #999999; font-style: italic"># library installed, now lets repeat with the JPG library.</span>');document.writeln('');document.writeln('<span style="color: #24909d">cd</span> ../jpg');document.writeln('');document.writeln('./configure');document.writeln('');document.writeln('make check');document.writeln('');document.writeln('sudo make install');document.writeln('');document.writeln('<span style="color: #999999; font-style: italic"># Now that we have the libraries installed</span>');document.writeln('<span style="color: #999999; font-style: italic"># let&#39;s get the ImageMagick installed as well.</span>');document.writeln('');document.writeln('<span style="color: #24909d">cd</span> ../im');document.writeln('');document.writeln('./configure');document.writeln('');document.writeln('make');document.writeln('');document.writeln('sudo make install');document.writeln('');document.writeln('<span style="color: #999999; font-style: italic"># Depending on your machine the installation process</span>');document.writeln('<span style="color: #999999; font-style: italic"># can take a bit but if everything when as expected,</span>');document.writeln('<span style="color: #999999; font-style: italic"># you should have ImageMagick working so let&#39;s test.</span>');document.writeln('');document.writeln('<span style="color: #24909d">cd</span> .. <span style="color: #999999; font-style: italic"># getting you to your desktop</span>');document.writeln('');document.writeln('/usr/local/bin/convert logo: logo.gif');document.writeln('');document.writeln('/usr/local/bin/convert logo: logo.png');document.writeln('');document.writeln('/usr/local/bin/convert logo: logo.jpg');document.writeln('</pre></div>');document.writeln('');document.writeln('<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-4235">code hosted by <a href="http://snipt.net/ayresnarita/install-imagemagick?key=131e2ae1ebcc116de5c79879fabb42e1" style="color: #0084FF; text-decoration: none;">snipt.net</a></div>');document.writeln('</div>');document.close();