summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
commitfbad6a9f89e360727e42820250c8bdbc8e820743 (patch)
tree25e11ce750e4b550d2a07781b15e4119a6391d2d /INSTALL
parent31d5cc05e5d42fe36875efee92cdf3a4f203636f (diff)
downloadirssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.gz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.xz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.zip
test2
git-svn-id: http://svn.irssi.org/repos/irssi-python@4318 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 14b8d4e..98ae43c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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