Need help with installation

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
wwhill

Need help with installation

Post by wwhill »

I am trying to get the software installed. I have root access and am trying to install ImageMagick on a virtual host on a dedicated server. I have done all of the steps up to and am getting stuck here:

[root@cwc5 ImageMagick-6.3.7]# chmod 755 ./configure

[root@cwc5 ImageMagick-6.3.7]# make
make: *** No targets specified and no makefile found. Stop.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Need help with installation

Post by magick »

Did you type
  • ./configure
then
  • make
?
wwhill

Re: Need help with installation

Post by wwhill »

Yes.
Post Reply