Elliotjnewman
Registered
I cant seem to get imagemagick to install.
I have downloaded from here:
http://www.imagemagick.org/script/binary-releases.php
and I have tried to follow the install guide, but im no command expert so I must be going wrong somewhere, heres what I do:
I have downloaded:
ImageMagick-universal-apple-darwin8.7.0.tar.gz
I dragged this into /Documents/imageMagick (I created this directory) and double clicked the icon, this then created a ImageMagick-6.2.9 directory.
Now looking at the guide on the install page, it says:
ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:
rpm -Uvh ImageMagick-6.2.9-8.i386.rpm
Is this command for linux? terminal doesnt recognise the command.
It then says:
Next, extract the contents of the package. For example:
gzip -dc ImageMagick.tar.gz tar -xf -
(but for this step I just double clicked the file - like I said above)
then these three commands:
export MAGICK_HOME="$HOME/ImageMagick-6.2.7"
export PATH; PATH="$MAGICK_HOME/bin:$PATH"
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"
I typed the following:
export MAGICK_HOME="$Users/elliotnewman/Documents/imageMagick/ImageMagick-8.7.0"
export PATH; PATH="$Users/elliotnewman/Documents/imageMagick/bin:$PATH"
export DYLD_LIBRARY_PATH="$Users/elliotnewman/Documents/imageMagick/lib"
I must have done something wrong as none of the "convert" commands work...
any ideas? Its quite a tricky install.
Thanks.
I have downloaded from here:
http://www.imagemagick.org/script/binary-releases.php
and I have tried to follow the install guide, but im no command expert so I must be going wrong somewhere, heres what I do:
I have downloaded:
ImageMagick-universal-apple-darwin8.7.0.tar.gz
I dragged this into /Documents/imageMagick (I created this directory) and double clicked the icon, this then created a ImageMagick-6.2.9 directory.
Now looking at the guide on the install page, it says:
ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:
rpm -Uvh ImageMagick-6.2.9-8.i386.rpm
Is this command for linux? terminal doesnt recognise the command.
It then says:
Next, extract the contents of the package. For example:
gzip -dc ImageMagick.tar.gz tar -xf -
(but for this step I just double clicked the file - like I said above)
then these three commands:
export MAGICK_HOME="$HOME/ImageMagick-6.2.7"
export PATH; PATH="$MAGICK_HOME/bin:$PATH"
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"
I typed the following:
export MAGICK_HOME="$Users/elliotnewman/Documents/imageMagick/ImageMagick-8.7.0"
export PATH; PATH="$Users/elliotnewman/Documents/imageMagick/bin:$PATH"
export DYLD_LIBRARY_PATH="$Users/elliotnewman/Documents/imageMagick/lib"
I must have done something wrong as none of the "convert" commands work...
any ideas? Its quite a tricky install.
Thanks.