How can I perform client-only installation from source code on Windows? - Mailing list pgsql-general

From MauMau
Subject How can I perform client-only installation from source code on Windows?
Date
Msg-id 7F2D7DC620F54C12A0ECB7DE31A1BEB2@maumau
Whole thread Raw
Responses Re: How can I perform client-only installation from source code on Windows?
List pgsql-general
Hello,

Is there any way to perform client-only installation from source code on
Windows?  On UNIX/Linux, client-only installation is described here:


http://www.postgresql.org/docs/current/static/install-procedure.html

[Excerpt]
Client-only installation:
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/include install
gmake -C src/interfaces install
gmake -C doc install



Any information is appreciated.

Regards
MauMau



pgsql-general by date:

Previous
From: Stephen Scheck
Date:
Subject: Dynamic/polymorphic record/composite return types for C user-defined-functions
Next
From: David Noel
Date:
Subject: PostgreSQL: CPU utilization creeping to 100%