mxs.sbrk.org ยป blog | home | projects

How to install netsoul on Ubuntu

There exists a pidgin plugin for netsoul, its installation is made for BSDs, and not well documented for Linux. As we'll compile the plugin, we need to get pidgin sources, available in the pidgin-dev package:

$ sudo apt-get install pidgin-dev

Get a copy of the netsoul plugin, then just compile it without forgetting to redefine the ---prefix location:

$ tar -xf gaim-*.tar.gz
$ cd gaim-netsoul-xxx
$ ./configure --prefix=/usr
$ make
$ sudo make install

Generated on Sun Apr 15 13:15:46 UTC 2012 by gromit.sh