On Tue, 1 Sep 2009 16:56:13 +0100
"Paul Cobb" <[email protected]> wrote:

| 
|   > I am looking to use ImageMagick with Gallery software.
| 
|   Download the ImageMagick source and type
| 
|     tar xvfz ImageMagick-6.5.5-6.tar.gz
|     cd ImageMagick-6.5.5-6
|     ./configure --prefix=/somepath --disable-installed
|     make
|     make install
| 
|   Where /somepath is typically a location in your user directory where the
|   ImageMagick binaries and configuration files will reside.
| 
|   Now set the MAGICK_HOME environment variable to /somepath and 
|   include /somepath/bin in your PATH variable.  You may also need to set the
|   LD_LIBRARY_PATH variable as well or build ImageMagick static.
| 
|   See  http://www.imagemagick.org/script/advanced-unix-installation.php.
| 
|   Following the instructions I get:
| 
|   [domain***...@ssh-gw-5 ~]$ cd ImageMagick-6.5.5-4
| 
|   [domain***...@ssh-gw-5 ImageMagick-6.5.5-4]$ ./configure 
--prefix=/home/fhlinux178/n/*************.co.uk/user/im/ --disable-installed
| 
|   configuring ImageMagick 6.5.5-4
| 
|   checking build system type... i686-pc-linux-gnu
| 
|   checking host system type... i686-pc-linux-gnu
| 
|   checking target system type... i686-pc-linux-gnu
| 
|   checking whether build environment is sane... yes
| 
|   checking for a BSD-compatible install... /usr/bin/install -c
| 
|   checking for a thread-safe mkdir -p... /bin/mkdir -p
| 
|   checking for gawk... gawk
| 
|   checking whether make sets $(MAKE)... yes
| 
|   checking for gcc... no
| 
|   checking for cc... no
| 
|   checking for cl.exe... no
| 
|   configure: error: in 
`/home/fhlinux178/n/newyouththeatre.co.uk/user/ImageMagick-6.5.5-4':
| 
|   configure: error: no acceptable C compiler found in $PATH
| 
|   See `config.log' for more details.

You need the compilers and development libraries installed to build
your own version of ImageMagick.

Under Fedora or Redhat, I install the compiler tools...

   yum groupinstall "Development Tools"
   yum install rpmdevtool

Then install the following development packages...

   freetype-devel  ghostscript-devel libwmf-devel jasper-devel
   lcms-devel  bzip2-devel librsvg2 librsvg2-devel  liblpr-1
   liblqr-1-devel libtool-ltdl-devel


See http://www.imagemagick.org/Usage/api/#building

If someone has the instructions for building under Ubuntu (preferably
as a ".deb" package), I would appreciate the input to include in the
above.



  Anthony Thyssen ( System Programmer )    <[email protected]>
 -----------------------------------------------------------------------------
      Carpe Aptenodytes! (Seize the Penguins! Linux forever!)
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to