diff options
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,8 +1,11 @@ +Prior to building irssi-python, you'll need Python 2.4, glib 2.0, and Irssi +installed. + 1. Download and unpack the irssi source (ie irssi-0.8.10a.tar.gz) if you haven't done so already. irssi-python will need access to Irssi's headers. 2. Run the configure script, making sure to specify the correct location of - Irssi's distribution. For example: + Irssi's distribution with the --with-irssi switch. For example: $ configure --with-irssi=~/irssi-0.8.10 @@ -16,12 +19,12 @@ 3. As usual, run make. -4. make install if OK. libirssi_python.so should be copied to irssi/modules/, - scripts to irssi/scripts/ and irssi-python.html to irssi/docs/. +4. make install if OK. libpython.so should be copied to irssi/modules/, + scripts to irssi/scripts/ and irssi-python.html to doc/irssi/. -5. You should be able to load irssi_python in Irssi after installing, IE: +5. You should be able to load the module in Irssi after installing, IE: - /load irssi_python + /load python If you get missing pthread symbols, you may have to preload the thread safe C library before running irssi. export LD_PRELOAD=/usr/lib/libc_r.so seems to |
