I couldn't find ImageMagick in the repositories, and the version I had was old:
$ convert --version
which returned ImageMagick-6.1.4
I downloaded ImageMagick 6.4.1 from their site and built it from source:
$ sudo tar -zxvf ImageMagick-6.4.1-0.tar.gz
$ cd ImageMagick-6.4.1
$ sudo ./configure
$ sudo make
$ sudo make install
and verfied installation:
$ /usr/local/bin/convert logo: logo.gif
This program is part of the requirement for dvd-slideshow.
A new OS experience
2008-05-02
Subscribe to:
Post Comments (Atom)
Links
- Bash Reference Manual
- BIOS Bypass
- BIOS Central
- Debian Linux
- Dual-Booting Multiple Linux Distros
- First Time Linux
- Free Hotspot
- Home Made Linux Firewall
- Kernel Documentation
- KNOPPIX Linux
- LDP How To Index
- Linux By Examples - Installing from Tarballs
- Linux Device Driver Check
- Linux DSL Firewall
- Linux Homepage
- Linux Keyboard Shortcuts
- Linux Network Command Guide
- Linux Shell Scripting
- Multiple Linux on One Drive
- Online Books
- Online C++ Book
- Online C++ Tutorial
- Running Windows Apps on Linux
- Slackware Linux
- SLAX Linux
- The Boot Process
- The Perfect Linux Firewall
- Tips for Linux Beginners
- Ubuntu Linux
- Ultimate Linux Links
- Windows XP Activation
No comments:
Post a Comment