This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b42949fcb5f2b2b250e3cfe84a5812be8126b94a
tree e488dec5d18c903cd1346f4b1d1a4da6271a16d9
parent 1ebb5ac26a0b41a379dc1e74f9100f49f8a1b163
tree e488dec5d18c903cd1346f4b1d1a4da6271a16d9
parent 1ebb5ac26a0b41a379dc1e74f9100f49f8a1b163
README.win32
In order to compile for win32 you will need mingw32, and a build of libpurple as well as glib for win32 ready. Make sure the pkg-config files are set up properly: export PKG_CONFIG_PATH=/opt/win32/gtk-2.0/lib/pkgconfig:/opt/win32/libpurple/lib/pkgconfig So that: pkg-config --libs purple Returns: -L/opt/win32/gtk-2.0/lib -L/opt/win32/libpurple/lib -lpurple -lglib-2.0 -lintl -liconv And: pkg-config --libs gobject-2.0 -L/opt/win32/gtk-2.0/lib -lgobject-2.0 -lglib-2.0 -lintl -liconv Then run: make CC=i386-mingw32-gcc PLATFORM=win32 == to-do == * Remove PLATFORM variable (use gcc -dumpmachine) * Create builds to ease the process (glib and libpurple)




