sas Tue Oct 15 03:26:49 2002 EDT
Modified files:
/php4/ext/ircg README.txt
Log:
update
Index: php4/ext/ircg/README.txt
diff -u php4/ext/ircg/README.txt:1.15 php4/ext/ircg/README.txt:1.16
--- php4/ext/ircg/README.txt:1.15 Tue Jul 16 12:24:12 2002
+++ php4/ext/ircg/README.txt Tue Oct 15 03:26:49 2002
@@ -15,7 +15,7 @@
-($Id: README.txt,v 1.15 2002/07/16 16:24:12 sas Exp $)
+($Id: README.txt,v 1.16 2002/10/15 07:26:49 sas Exp $)
STATUS
@@ -25,42 +25,16 @@
-INSTALLATION: THE QUICK WAY
+INSTALLATION: THE QUICK AND EASY WAY
1. Download
http://schumann.cx/ircg/install_ircg.sh
-2. You can edit some variables at the top of that script, if necessary:
-
- prefix
- The directory where all software is installed in. Note that
- the user which runs the script shall have write permissions
- for that directory.
-
- php4_sourcedir
- A compatible version of the PHP 4.0 source-code, fully buildconf'd.
-
- st_target
- The State Threads target (e.g. freebsd-optimized)
-
- st_targetdir
- The State Threads directory name (e.g. FREEBSD_`uname -r`_OPT)
-
- On Solaris 2.x, this is the output of "uname -r" minus 3
- (e.g. 5.8 becomes 2.8).
-
- make
- The name of GNU make on your system (some packages depend
- on it).
-
- thttpd, IRCG, st (usually don't need to be changed)
- Version numbers of the respective software package which
- are known to work. Please _don't_ change.
- If you change "thttpd", ensure that PHP indeed supports
- that version. Currently, only thttpd 2.21b and no later/earlier
- version are supported.
+2. Open the script in your favorite editor and set up the three
+ variables for installation prefix, PHP 4 source directory and
+ Operating System. Please refer to the comments inside the script.
3. Run
@@ -72,7 +46,7 @@
Note 1: Currently, the shipped patches are in the unified diff
format. Some esoteric patch tools cannot handle that format. On
- those systems, installing GNU patch is recommened.
+ those systems, installing GNU patch is recommended.
ftp://ftp.gnu.org/pub/gnu/patch/
@@ -85,6 +59,10 @@
THE LONG AND BORING WAY
+
+Unless there is a specific reason (like you are bored or generally
+have too much time on your hands), you are advised to use the
+installation script as outlined above.
1. Install SGI's State Threads Library
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php