Add note about software requirements

This commit is contained in:
Sascha Schumann 2000-07-31 13:44:06 +00:00
parent 0f9eee7662
commit 04182c1361

View 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 We will describe now how to create these and how to put things
together. 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 CONVERTING AN EXISTING EXTENSION