Home | History | Annotate | Download | only in ImageMagick
      1 VMS COMPILATION
      2 
      3   You might want to check the values of certain program definitions
      4   before compiling.  Verify the definitions in delegates.xml to suit
      5   your local requirements.  Next, type.
      6 
      7   Type
      8 
      9       unzip ImageMagick-7.0.0-0.zip
     10 			set default [.imagemagick]
     11 			@make
     12       set display/create/node=node_name::
     13 
     14   where node_name is the DECNET X server to contact.
     15 
     16   Note : the MAKE.COM files compile every thing with /name=(as_is,short).  all
     17   the requested graphical lib's should be compiled with this qualifier (see
     18   http://nchrem.tnw.tudelft/openvms for details on additional libraries
     19   needed).  All the .olb files of the libs are expected to be in SYS$LIBRARY.
     20 
     21   Edit the MAKE.COM in the top directory and [.MAGICK]CONFIG.H_VMS to
     22   add/remove optional graphical support.
     23 
     24   Finally type:
     25 
     26       display
     27 
     28   Thanks to pmoreau (a] cenaath.cena.dgac.fr for supplying invaluable help
     29   as well as the VMS versions of the JPEG, PNG, TTF, and TIFF libraries.
     30 
     31   Thanks to Joukj (a] hrem.stm.tudelft.{nl} for providing a patches to get
     32   ImageMagick working under OpenVMS.  See
     33 	http://nchrem.tnw.tudelft.nl/openvms/software2.html#Magick.
     34