Installing irssi-python
=======================

* some prerequisites (Debian example:)

# apt-get install python-dev libglib2.0-dev

* the configured Irssi sources
* automake/autoconf


Working from Git
----------------

Generate ./configure script:

$ autoreconf -ivf -I.

Configure & Compile
-------------------

$ ./configure --with-irssi=PATH/TO/irssi-sources
$ make -C src constants
$ make

as root

# make install

or:

$ mkdir -p ~/.irssi/modules
$ cp src/.libs/libpython.so ~/.irssi/modules

Auto-loading the module
-----------------------
echo 'load python' >> ~/.irssi/startup
