In order to install GLE on a VAX running VMS (5.3-1 or above) ftp 
the following files:

Be sure to use binary transfer for exe and bck_z files, e.g.

	$ ftp grv.dsir.govt.nz (131.203.8.2)
	FTP> user anonymous
	FTP> ident
	FTP> cd gfv_sys:[vmsgle]
	FTP> ascii
	FTP> get rebuild.com
	FTP> binary
	FTP> get zcompress.exe
	FTP> get gleexe.bck_z
	FTP> get gleexamples.bck_z	(optional)
	FTP> get glemanual_ps.bck_z	(optional)
	FTP> exit
	$ @rebuild

ASCII	rebuild.com	! Procedure to uncompress and install gle (required)
BINARY	zcompress.exe	! compresss - uncompress program	(required)
BINARY	gleexe.bck_z	! GLE exe's and fonts etc. (3.6Meg)  (required)
BINARY	gleexamples.bck_z	! Example gle files (optional)
BINARY	glemanual_ps.bck_z	! PostScript GLE manual (optional)

This directory contains also contains:

glesrc.bck_z          	858	! Source for gle
make_zcompress.com	1	! Procedure to compile zcompress
utilsrc.bck_z		699	! Source for the utilities
zcompress.c		76	! Source of ZCOMPRESS	
fixblock.c		14	! Part of ZCOMPRESS

.............................................................................

After you have run REBUILD.COM you still have 
to insert:
		$ @sys$sysdevice:[gle]cgle_start.com
into sys$manager:systartup.com

And include the file 
		cgle_top:cgle_login.com
into sys$manager:sylogin.com

Then after interactive executing both of those procedures test 
it out by typing:
	$ set default cgle_examples:
	$ cgle bar /dev=regis  (or tek, or x, or vt100 if nothing else)
	Then press F10 to draw the bar graph.

.............................................................................

If you are interested in making these files available on a more
central FTP site, please go ahead, but let me know so I can 
inform you of updates etc.


				Thanks,  Chris.  (srghcxp@grv.dsir.govt.nz)
