diff options
author | Sascha Schumann <sas@php.net> | 2000-07-31 13:44:06 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-07-31 13:44:06 +0000 |
commit | 04182c13612e4c41ba42f4778840f4a8f5c02da9 (patch) | |
tree | ffd6243460dbc8ef97303243b8630af5d6cee497 /README.SELF-CONTAINED-EXTENSIONS | |
parent | 0f9eee7662c89dae36270ea34074c5f79b126fe9 (diff) | |
download | php-git-04182c13612e4c41ba42f4778840f4a8f5c02da9.tar.gz |
Add note about software requirements
Diffstat (limited to 'README.SELF-CONTAINED-EXTENSIONS')
-rw-r--r-- | README.SELF-CONTAINED-EXTENSIONS | 13 |
1 files changed, 13 insertions, 0 deletions
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 |