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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: An error in docs? (client-only installation)
Дата
Msg-id 200112291801.fBTI1M514709@candle.pha.pa.us
обсуждение исходный текст
Ответ на An error in docs? (client-only installation)  (Alexey Borzov <borz_off@rdw.ru>)
Список 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: DEBUG messages
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Casting Varchar to Numeric