home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16641 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.1 KB  |  25 lines

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