From: Sascha Schumann Date: Mon, 31 Jul 2000 13:44:06 +0000 (+0000) Subject: Add note about software requirements X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04182c13612e4c41ba42f4778840f4a8f5c02da9;p=php Add note about software requirements --- diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index 2010d56d9d..1f2e9da770 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -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