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