Re: Issues while building PG in MS Windows, using MSYS2 andMinGW-w64 - Mailing list pgsql-hackers

From legrand legrand
Subject Re: Issues while building PG in MS Windows, using MSYS2 andMinGW-w64
Date
Msg-id 1524859499094-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Issues while building PG in MS Windows, using MSYS2 and MinGW-w64  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,
as a complement:

I used MSYS2 and MinGW-w64 to build version 11devel 
from https://www.postgresql.org/ftp/snapshot/dev/
on my win 7 64 bit desktop.

What I remember is that I found good advices in

https://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW
and
https://wiki.postgresql.org/wiki/Building_With_MinGW

I don't remenber the details of the installation process, but it was working
with

Unzip and untar tarball then

cd postgresql-11devel
./configure --build=x86_64-w64-mingw32  --without-zlib
make
make install

regards
PAscal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: [RFC] Add an until-0 loop in psql
Next
From: Tom Lane
Date:
Subject: Goodbye pg_pltemplate, hello trusted extensions