cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 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 | |
cristy | d241f44 | 2011-03-29 13:50:49 +0000 | [diff] [blame] | 9 | unzip ImageMagick-6.6.9-0.zip |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 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 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 28 | Thanks to pmoreau@cenaath.cena.dgac.fr for supplying invaluable help |
cristy | ebe41ab | 2010-01-14 02:58:18 +0000 | [diff] [blame] | 29 | as well as the VMS versions of the JPEG, PNG, TTF, and TIFF libraries. |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 30 | |
| 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. |