cvs: embed /php-irssi README

[email protected] ("Tal Peer") Thu, 27 Mar 2003 19:28:50 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1048793330@cvsserver>
tal		Thu Mar 27 14:28:50 2003 EDT

  Modified files:              
    /embed/php-irssi	README 
  Log:
  - Apply patch from Benjamin Schultz to make things clearer.
  
  
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.8 embed/php-irssi/README:1.9
--- embed/php-irssi/README:1.8	Mon Mar  3 11:47:14 2003
+++ embed/php-irssi/README	Thu Mar 27 14:28:50 2003
@@ -1,24 +1,28 @@
 README
 -----------------------------------------------------------------------
-$Id: README,v 1.8 2003/03/03 16:47:14 tal Exp $
+$Id: README,v 1.9 2003/03/27 19:28:50 tal Exp $
 
 You need:
 
 o PHP 5-dev or higher, with sapi/embed (--enable-embed) and an
 installed php cli binary (it needs to be in your path).
-  
+Be sure you have correct php-config in your path if you have a
+php4 on your box, too (php-config --version).
+
 o CVS version of irssi:
 
     cvs -d:pserver:[email protected]:/home/cvs login 
     Just hit enter as the password
     cvs -z3 -d:pserver:[email protected]:/home/cvs co -P irssi
 
-Then you need to apply a patch which tells irssi's build system about the php
-module:
+Then you need to apply a patch in irssi/src which tells irssi's build
+system about the php module:
+
+    patch < path/to/php-irssi/irssi.diff
 
-    patch < path/to/irssi.diff
+    if it asks for configure.in enter ../configure.in
 
-Now mv *this* dir into irssi/src/,
+Now mv *this* dir into irssi/src/:
 
     mv embed/php-irssi irssi/src/php-irssi