make or gmake (FreeBSD)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
JoaCHIP
Posts: 37
Joined: 2004-12-21T04:22:18-07:00
Location: Copenhagen

make or gmake (FreeBSD)

Post by JoaCHIP »

The install guide on the web page says "Install from Unix source" and mentions these commands:
$magick> cd ImageMagick-6.6.3
$magick> ./configure
$magick> make
Under FreeBSD I'm pretty sure you have to use "gmake" rather than "make". This might confuse less experienced users. I don't know which other Unix strands are like this. Just thought I'd mention it, considering the title specifically says "Unix" and not "Linux".
Last edited by JoaCHIP on 2010-07-21T01:04:03-07:00, edited 2 times in total.
JoaCHIP
Posts: 37
Joined: 2004-12-21T04:22:18-07:00
Location: Copenhagen

.

Post by JoaCHIP »

moved
Post Reply