tumagonx / pygi-mingw-patches

patches of pygi aio for windows
15 stars 4 forks source link

Compilation documentation? #2

Closed virtuald closed 9 years ago

virtuald commented 9 years ago

How do I compile my own version of the installer, is it documented anywhere?

tumagonx commented 9 years ago

If you just want to repack the binaries see https://sourceforge.net/p/pygobjectwin32/tickets/19/ the installer itself is driven by batch file "setup.bat" and using zenity as gui (all files available in "setup" subdirectory after executing unpack.bat)

virtuald commented 9 years ago

I would like to build new binaries.

tumagonx commented 9 years ago

http://opensourcepack.blogspot.com/2013/11/how-to-build-pygi-aio-with-moluccas.html If you don't need the customized MSYS just download the gcc only it can be used in MSYS2/Cygwin

virtuald commented 9 years ago

Thanks.

tumagonx commented 9 years ago

I made the compiler available at pygobject's SF for convenience