Re: How to build psycopg2 for Windows - Mailing list pgsql-general

From Daniele Varrazzo
Subject Re: How to build psycopg2 for Windows
Date
Msg-id CA+mi_8aj316i3KEZJGsKg-gykKSZ8Qc9j7PjwurqwL0ZL3b1GQ@mail.gmail.com
Whole thread Raw
In response to How to build psycopg2 for Windows  (Dan Davis <dansmood@gmail.com>)
Responses Re: How to build psycopg2 for Windows
List pgsql-general
On Tue, 5 Oct 2021 at 00:30, Dan Davis <dansmood@gmail.com> wrote:
>
> Can anyone give me a solution to build psycopg2 statically on Windows?

You can follow what Appveyor does, which is the CI that builds
psycopg2 packages.

- this is the setup
https://github.com/psycopg/psycopg2/blob/master/.appveyor/packages.yml
- this is the script it calls into:
https://github.com/psycopg/psycopg2/blob/master/scripts/build/appveyor.py

You can use the ML at psycopg@postgres.org for further questions.

-- Daniele



pgsql-general by date:

Previous
From: Dan Davis
Date:
Subject: How to build psycopg2 for Windows
Next
From: Dan Davis
Date:
Subject: Re: How to build psycopg2 for Windows