build from source with MSVC

Started by Philipp Krausover 12 years ago2 messagesgeneral
Jump to latest
#1Philipp Kraus
philipp.kraus@tu-clausthal.de

Hello,

I must build the pg library from sources under MSVC 2010 and later 2012. Under OSX & Linux I call the configure / make tools and I can build
the lib well, but is there a project structure for building under MSVC?

So how can I build the postgres library (shared / static version) under MSVC?

Thanks

Phil

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

#2Michael Paquier
michael@paquier.xyz
In reply to: Philipp Kraus (#1)
Re: build from source with MSVC

On Wed, Dec 11, 2013 at 7:20 PM, Philipp Kraus
<philipp.kraus@tu-clausthal.de> wrote:

I must build the pg library from sources under MSVC 2010 and later 2012. Under OSX & Linux I call the configure / make tools and I can build
the lib well, but is there a project structure for building under MSVC?

All the tools and scripts of msvc are in src/tools/msvc.

So how can I build the postgres library (shared / static version) under MSVC?

And here are more references from the docs:
http://www.postgresql.org/docs/9.3/static/install-windows-full.html
Regards,
--
Michael

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