Build Python with Mingw and gcc

前端 未结 2 1735
情深已故
情深已故 2020-12-29 06:37

Is it possible to build Python interpreter from source with Mingw and gcc on Windows 7? And I would like to biuld a 64bit version.

If a 64bit Python (gcc Mingw) vers

2条回答
  •  心在旅途
    2020-12-29 07:01

    You may try this repository:

    hg clone https://bitbucket.org/puqing/python-mingw

    It is a copy of the official repository but contains some modification to make it compile with mingw. Enter PC/MinGW directory:

    cd PC/MinGW && make

    Not sure if it compiles in win64, but with win32 and msys it should work.

提交回复
热议问题