Thread: build from source with MSVC
Hello, I must build the pg library from sources under MSVC 2010 and later 2012. Under OSX & Linux I call the configure / make toolsand 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
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 / maketools 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