Re: missing instruction for "client-only" install

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vivek Khera <khera(at)kcilink(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: missing instruction for "client-only" install
Date: 2001-12-23 21:03:14
Message-ID: 1355.1009141394@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Vivek Khera <khera(at)kcilink(dot)com> writes:
> The installation instructions for client-only say to do this:
> gmake -C src/bin install
> gmake -C src/interfaces install
> gmake -C doc install

> However, this leaves you with incomplete headers. The following
> should be added to the instructions.

I think the preferred thing is

gmake -C src/include install

rather than manually installing the headers. I've fixed
installation.sgml.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Mikko Vierula 2001-12-27 09:30:35 Re: Serializable access giving wrong error messages?
Previous Message Tom Lane 2001-12-23 07:48:42 Re: Strange pg_oid problem.