mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add note about software requirements
This commit is contained in:
parent
0f9eee7662
commit
04182c1361
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue