blob: f6d14cd4396c7980aa759e98916a032aa9f19218 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001VMS 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
cristy4c08aed2011-07-01 19:47:50 +00009 unzip ImageMagick-7.0.0-0.zip
cristy3ed852e2009-09-05 21:47:34 +000010 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
cristy3ed852e2009-09-05 21:47:34 +000028 Thanks to pmoreau@cenaath.cena.dgac.fr for supplying invaluable help
cristyebe41ab2010-01-14 02:58:18 +000029 as well as the VMS versions of the JPEG, PNG, TTF, and TIFF libraries.
cristy3ed852e2009-09-05 21:47:34 +000030
31 Thanks to Joukj@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.