Dlibbz2, programming, block-sorting compression/decompression library LibBZ2 V1.0.2#http://www.vsm.com.au/ftp/jfp/kits/2© Tous droits réservés 2003 Jean-François PIÉRONNEpLibBZ2 is a block-sorting compression/decompression library used by several software packages, including Python.nBy default, the installation procedure installs this library package in the SYS$COMMON:[LIBBZ2] directory. To qinstall it in another directory, dev:[dir], use the /DESTINATION parameter of the PRODUCT command. In this case, Hthe library package will be installed in the dev:[dir.LIBBZ2] directory. InstallationH 1. Make the directory which holds the ZIP file your default directory0 2. Extract the PCSI kit from the ZIP archive.$ UNZIP "-V" LIBBZ2-V0100-2-1= 3. Install the library package to your chosen destination.#$ PRODUCT INSTALL libbz2 (default) or .../$ PRODUCT INSTALL libbz2 /DESTINATION=dev:[dir]R 4. Finally, run the DCL procedure STARTUP.COM to define the necessary logicals.I(You might want to add the relevant line to your SYSTARTUP_VMS.COM file.)($ @SYS$COMMON:[LIBBZ2]STARTUP (default)or ...$ @dev:[dir.LIBBZ2]STARTUP