Mercurial > pidgin.yaz
annotate README.mingw @ 30824:5661f30d1b8e
Got rid of receiving multipart messages over channel 1, which simplified the code
immensely. No client sends them these days, so this is safe. In addition
to that, I moved decoding logic from oscar.c to family_icbm.c.
Also, removed family_odir stuff which I forgot to remove earlier and
which resulted in liboscar failing to load. :(
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Wed, 28 Jul 2010 23:11:14 +0000 |
parents | 416a125b66ac |
children |
rev | line source |
---|---|
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
1 How to build Pidgin for Windows using MinGW |
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
2 ============================= |
3630 | 3 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
4 For the latest build instructions, please refer to: |
3630 | 5 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
6 http://developer.pidgin.im/wiki/BuildingWinPidgin |