Re: An error in docs? (client-only installation)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alexey Borzov <borz_off(at)rdw(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: An error in docs? (client-only installation)
Date: 2001-12-29 18:01:21
Message-ID: 200112291801.fBTI1M514709@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Greetings!
>
> It is stated in the docs
> http://developer.postgresql.org/docs/postgres/install-procedure.html
> <quote>
> If you want to install only the client applications and interface libraries, then you can use these commands:
>
> gmake -C src/bin install
> gmake -C src/interfaces install
> gmake -C doc install
> </quote>
>
> When I tried to follow these instructions, I found out that
> it is necessary to do
>
> gmake -C src/include install
>
> as well... It is impossible to build client applications without those
> headers.

The docs have been updated:

<screen>
<userinput>gmake -C src/bin install</>
<userinput>gmake -C src/include install</>
<userinput>gmake -C src/interfaces install</>
<userinput>gmake -C doc install</>
</screen>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-12-29 20:36:29 Re: Casting Varchar to Numeric
Previous Message Bruce Momjian 2001-12-29 17:14:50 Re: DEBUG messages