summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-03-27 01:35:17 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-03-27 01:35:17 +0000
commitdf03379b4ec3dea0d7b8275ec616e5c2979dcdbb (patch)
tree8e2df633cb3cb2b8dec8b810400ab118d882972c /INSTALL
parent4ce6480745db49b9681cb2d98bbb43e4b47a9a25 (diff)
downloadphp-git-df03379b4ec3dea0d7b8275ec616e5c2979dcdbb.tar.gz
GNU make is not required
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 0 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8ba6a13570..4e10821bda 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.