LibGD, programming, C library for dynamic image creation LibGD V2.0.33 http://www.vsm.com.au/ftp/jfp/kits/ © Tous droits réservés 2003 Jean-François PIÉRONNE LibGD is an ANSI C library for the dynamic creation of images. GD creates PNG, JPEG and GIF images, among other formats. It is used by several software packages, including Python. By default, the installation procedure installs this library package in the SYS$COMMON:[LIBGD] directory. To install it in another directory, dev:[dir], use the /DESTINATION parameter of the PRODUCT command. In this case, the library package will be installed in the dev:[dir.LIBGD] directory. Installation 1. Make the directory which holds the ZIP file your default directory 2. Extract the PCSI kit from the ZIP archive. $ UNZIP "-V" LIBGD-V0200-33-1.ZIP 3. Install the library package to your chosen destination. $ PRODUCT INSTALL libgd (default) or ... $ PRODUCT INSTALL libgd /DESTINATION=dev:[dir] 4. Finally, run the DCL procedure STARTUP.COM to define the necessary logicals. (You might want to add the relevant line to your SYSTARTUP_VMS.COM file.) $ @SYS$COMMON:[LIBGD]STARTUP (default) or ... $ @dev:[dir.LIBGD]STARTUP