Thread: How can I perform client-only installation from source code on Windows?
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
On Wed, Apr 3, 2013 at 3:48 AM, MauMau <maumau307@gmail.com> wrote:
You can download PostgreSQL binaries for windows operating system from below link: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.
http://www.enterprisedb.com/products-services-training/pgbindownload
Thanks & Regards,
Raghu Ram
SkypeID: raghu.ramedb
From: "raghu ram" <raghuchennuru@gmail.com> > On Wed, Apr 3, 2013 at 3:48 AM, MauMau <maumau307@gmail.com> wrote: >> Is there any way to perform client-only installation from source code on >> Windows? On UNIX/Linux, client-only installation is described here: > > You can download PostgreSQL binaries for windows operating system from > below link: > > http://www.enterprisedb.com/products-services-training/pgbindownload Thanks, but I need to build client components from source code. Regards MauMau
Re: How can I perform client-only installation from source code on Windows?
From
Hendrik Visage
Date:
On Wed, Apr 3, 2013 at 11:52 AM, MauMau <maumau307@gmail.com> wrote:
From: "raghu ram" <raghuchennuru@gmail.com>On Wed, Apr 3, 2013 at 3:48 AM, MauMau <maumau307@gmail.com> wrote:Is there any way to perform client-only installation from source code on
Windows? On UNIX/Linux, client-only installation is described here:You can download PostgreSQL binaries for windows operating system from
below link:
http://www.enterprisedb.com/products-services-training/pgbindownload
Thanks, but I need to build client components from source code.
Maumau,
On this list I'd advise you to rather explain the reason/problem you need to do it yourself, as Windows are quite "standard" thus the need for own compilation is quite unique and far in between (compared to the zillions of un*x out there ;).
Hendrik
From: "Hendrik Visage" <hvjunk@gmail.com> > On Wed, Apr 3, 2013 at 11:52 AM, MauMau <maumau307@gmail.com> wrote: >> From: "raghu ram" <raghuchennuru@gmail.com> >>> You can download PostgreSQL binaries for windows operating system from >>> below link: >>> >>> http://www.enterprisedb.com/**products-services-training/**pgbindownload<http://www.enterprisedb.com/products-services-training/pgbindownload> >>> >> >> Thanks, but I need to build client components from source code. >> > > On this list I'd advise you to rather explain the reason/problem you need > to do it yourself, as Windows are quite "standard" thus the need for own > compilation is quite unique and far in between (compared to the zillions > of > un*x out there ;). Thanks for the advice. I need to add some extra features to PostgreSQL for our own use. Sorry, but please let me refrain from telling what features we are adding. Regards MauMau