head	1.1;
access;
symbols
	PG95_1_01:1.1
	PG95_1_0:1.1
	PG95_beta_03:1.1
	PG95_beta_02:1.1;
locks; strict;
comment	@# @;


1.1
date	95.05.14.21.25.15;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.1
log
@more instructions.
@
text
@
To install pgperl4:

1. install Postgres95. See
	http://s2k-ftp.cs.berkeley.edu:8000/postgres95
   for how to obtain Postgres95.

2. install Perl 4.036. For how to obtain perl, see the Meta-FAQ posted to
   the newsgroup comp.lang.perl. Also found in 
	ftp://ftp.khoros.unm.edu/pub/perl/metaFAQ.txt

3. pgperl4 should reside in $(POSTGRESDIR)/src/bin
	% cd src/bin
	% tar xf pgperl4.tgz

4. set the PERLDIR variable in the Makefile. It is the location of the
   perl distribution.

5. install pgperl:
	% gmake
	% gmake install

@
