README.mingw

Thu, 13 Feb 2014 20:22:10 -0500

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 13 Feb 2014 20:22:10 -0500
branch
release-2.x.y
changeset 35562
a591c0486b04
parent 33106
6bfa5b87e99f
child 33955
55aa58076485
permissions
-rw-r--r--

Use python-config to find Python headers and libraries.

The current method does not work with Python 3 in Fedora, as the
binary, headers, and libraries are suffixed with '3.3m'. The current
test checks the internal version of Python and see '3.3.2' -> '3.3'.

16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
1 How to build Pidgin for Windows using MinGW
33106
6bfa5b87e99f Fixup READMEs a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 16272
diff changeset
2 ===========================================
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
4 For the latest build instructions, please refer to:
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5
16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
6 http://developer.pidgin.im/wiki/BuildingWinPidgin

mercurial