From 8a53fee1a58b906c41eec378f5db7477e3eba926 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 3 Mar 2012 01:41:42 -0500 Subject: Add a personal README --- README.pfrields | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.pfrields diff --git a/README.pfrields b/README.pfrields new file mode 100644 index 0000000..0ffe7e0 --- /dev/null +++ b/README.pfrields @@ -0,0 +1,30 @@ +To build, you need either: + +* (if using 'master' branch)... the original irssi-0.8.15 sources + unpacked + +* (if using 'build-against-fixed-rpm' branch)... rebuilt irssi and + irssi-devel RPMs from the SRPM found here: + http://pfrields.fedorapeople.org/packages/SRPMS/irssi-0.8.15-7.1.fc16.src.rpm + +You'll also need the normal development tools such as GNU autotools +and libtool. Then simply execute the following in a shell: + +libtoolize -fci +aclocal +autoheader +automake --gnu -a -c +autoconf +# here, should be lib for i686 or lib64 for x86_64... and use +# the right path, /usr/include/irssi if you took the second option above +./configure --with-irssi=/path/to/irssi/ --prefix=/usr --libdir=/usr/ +make +sudo make install + +Now you should be able to do the following in irssi: + +/load python +/py exec import irssi +/py exec dir(irssi) + +Have fun! -- cgit