Help for this page

Select Code to Download


  1. or download this
    Next, edit Makefile.PL and change LIBS and INC to include the appropri
    +ate
        path information to the required libMagick library. You will also 
    +need
    ...
        default library search path, you may need to add run-path informat
    +ion
        (often -R or -rpath) corresponding to the equivalent library searc
    +h
        path option so that the library can be located at run-time.
    
  2. or download this
       # Header search specfication and preprocessor flags
       'INC'        => '-I../ -I.. -I/usr/include/freetype2 -I/usr/X11R6/i
    +nclude -I/usr/X11R6/include/X11 -I/usr/include/libxml2',
    
       # Library specification
       'LIBS'       => ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib -lfree
    +type -lz -L/usr/lib -llcms -ltiff -lfreetype -ljpeg -lpng -ldpstk -ld
    +ps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthr
    +ead'],