1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

GNU make is not required

This commit is contained in:
Rasmus Lerdorf
2000-03-27 01:35:17 +00:00
parent 4ce6480745
commit df03379b4e

View File

@@ -1,9 +1,6 @@
Installation Instructions for PHP 4.0
-------------------------------------
Note! PHP will requires GNU make. Check this by typing: make --version
If it does not say GNU Make, please install it.
For the impatient here is a quick set of steps that will build PHP as
first a dynamic Apache module (DSO) for Apache 1.3.x with MySQL support
and then a static module. A more verbose explanation follows.