Skip to content

Building on Windows

James Geboski edited this page Jul 20, 2015 · 1 revision

Note that this section is only relevant for developers.

These instructions are simply a continuation of the ones provided by pidgin. Start by setting up a built pidgin source tree in $PIDGIN_DEV_ROOT/win32-dev/pidgin-2.10.11.

See: https://developer.pidgin.im/wiki/BuildingWinPidgin

Download and extract glib:

Download and extract json-glib:

Compile the plugin:

$ cd $PIDGIN_DEV_ROOT/purple-facebook #-<version>
$ ./update  # not required for dist tarballs
$ make -f Makefile.mingw install
$ cp win32-install-dir/plugins/libfacebook.dll C:/Program Files/Pidgin/plugins  # alternatively: Program Files (x86)
Clone this wiki locally