]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Minor changes to support parallel make: Eliminate for-loops for building
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3e3fbca00f6878282269856d0009ca4c7083f7cc..24a4c6c5d3ca18d3d03457fdc043818fd8896759 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -47,12 +47,7 @@ these steps:
        See the 'USING ENVIRONMENT VARIABLES' section for information
        on how to use the variables. 
 
- 3. edit the file include/ldapconfig.h.edit to configure
-    the software for your site (the files are well-commented):
-
-       % vi include/ldapconfig.h.edit
-
- 4. Configure the build system
+ 3. Configure the build system
 
        % [env settings] ./configure [options]
 
@@ -60,11 +55,11 @@ these steps:
        appropriate settings.  Use configure enable/with options and/or
        environment variables to obtain desired results.
 
5. Build dependencies
4. Build dependencies
 
        % make depend
 
6. Build the system
5. Build the system
 
        % make
 
@@ -74,7 +69,7 @@ these steps:
        You may want to consult the doc/install/hints file for your
        platform.
 
7. Test the standalone system
6. Test the standalone system
 
        This step requires the standalone LDAP server (slapd) with
        LDBM support.
@@ -88,7 +83,7 @@ these steps:
        You may want to consult the doc/install/hints file for your
        platform.
 
8. install the binaries and man pages.  You may need to be superuser to
7. install the binaries and man pages.  You may need to be superuser to
     do this (depending on where you are installing things):
 
        % su