How can I perform client-only installation from source code on Windows?

Started by Tsunakawa, Takayukiabout 13 years ago5 messagesgeneral
Jump to latest
#1Tsunakawa, Takayuki
tsunakawa.takay@jp.fujitsu.com

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#2raghu ram
raghuchennuru@gmail.com
In reply to: Tsunakawa, Takayuki (#1)
Re: How can I perform client-only installation from source code on Windows?

On Wed, Apr 3, 2013 at 3:48 AM, MauMau <maumau307@gmail.com> wrote:

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&lt;http://www.postgresql.org/docs/current/static/install-procedure.html&gt;

[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.

You can download PostgreSQL binaries for windows operating system from
below link:

http://www.enterprisedb.com/products-services-training/pgbindownload

Thanks & Regards,

Raghu Ram

SkypeID: raghu.ramedb

#3Tsunakawa, Takayuki
tsunakawa.takay@jp.fujitsu.com
In reply to: raghu ram (#2)
Re: How can I perform client-only installation from source code on Windows?

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#4hvjunk
hvjunk@gmail.com
In reply to: Tsunakawa, Takayuki (#3)
Re: How can I perform client-only installation from source code on Windows?

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&lt;http://www.enterprisedb.com/products-services-training/pgbindownload&gt;

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

#5Tsunakawa, Takayuki
tsunakawa.takay@jp.fujitsu.com
In reply to: hvjunk (#4)
Re: How can I perform client-only installation from source code on Windows?

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&lt;http://www.enterprisedb.com/products-services-training/pgbindownload&gt;

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general