home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!gumby!wupost!tulane!kranz
- From: kranz@cs.tulane.edu (Barry Kranz)
- Subject: Re: (append) Does someone port ImageMagick to Linux yet?
- Message-ID: <1992Nov13.203918.19992@cs.tulane.edu>
- Nntp-Posting-Host-[nntpd-19933]: amor
- Keywords: ImageMagick, X, linux
- Sender: kranz@thor.cs.tulane.edu
- Organization: Computer Science Dept., Tulane Univ., New Orleans, LA
- References: <Bxo6Kr.404@mentor.cc.purdue.edu>
- Date: Fri, 13 Nov 1992 20:39:18 GMT
- Lines: 11
-
- I have successfully compiled Imagemagic alone and with the JPEG libraries,
- which is a little trickier. The key is to simply modify the standard
- Makefile which comes with ImageMagick. Assuming you have gcc swap that
- for cc, add your include file location to the flags by typing -Ilocation.
- (no space after the I) Also change the file to show your true X11 library
- location by typing -Llocation before the -l on the library line. Also
- change the location of where you want the command make install to put your
- finnished program on the suitable line.
-
- Good Luck
- Kranz@thor.cs.tulane.edu
-