]> granicus.if.org Git - php/commitdiff
Add note about software requirements
authorSascha Schumann <sas@php.net>
Mon, 31 Jul 2000 13:44:06 +0000 (13:44 +0000)
committerSascha Schumann <sas@php.net>
Mon, 31 Jul 2000 13:44:06 +0000 (13:44 +0000)
README.SELF-CONTAINED-EXTENSIONS

index 2010d56d9d3d101e50b387523f838daf9a3ee83f..1f2e9da7706a28cdffae001f973facd9ba631810 100644 (file)
@@ -14,6 +14,19 @@ HOW TO CREATE A SELF-CONTAINED PHP EXTENSION
   We will describe now how to create these and how to put things
   together.
 
+PREPARING YOUR SYSTEM
+
+  While the result will run on any system, a developer's setup needs these
+  tools:
+
+    GNU autoconf
+    GNU automake
+    GNU libtool
+    GNU m4
+
+  All of these are available from 
+
+    ftp://ftp.gnu.org/pub/gnu/
 
 CONVERTING AN EXISTING EXTENSION