]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Remove ldapurl project, add deprecate removal project
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 24a4c6c5d3ca18d3d03457fdc043818fd8896759..63e9bd48c44445a4b746705944c5413469bdd76a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,11 +4,15 @@ Making and Installing the OpenLDAP Distribution
 ** It is recommended that you read or at least skim through ALL of the
 ** instructions in this file before attempting to build the software.
 **
+** A Quick Start Guide, which may be used in conjunction with this
+** document, is available at:
+**    http://www.openldap.org/faq/index.cgi?file=172
+**
 ** The OpenLDAP Installation FAQ is available at:
 **    http://www.openldap.org/faq/index.cgi?file=8
 **
-** You should also check for platform specific hints.
-** These are located in doc/install/hints or:
+** You should also check for platform specific hints located on
+** on our web site.
 **    http://www.openldap.org/faq/index.cgi?file=9
 **
 
@@ -22,9 +26,10 @@ these steps:
  1. untar the distribution and cd to the top:
 
        % tar xfz openldap-VERSION.tgz
-       % cd ldap
+       % cd openldap-VERSION
 
-    If you are reading this file, you probably have already done this!
+       replacing VERSION to match the version you downloaded.  If you are
+       reading this file, you probably have already done this!
 
  2. Type:
        % ./configure --help
@@ -75,7 +80,7 @@ these steps:
        LDBM support.
 
        % cd tests
-       % make
+       % make test
 
        If all goes well, the system has been built as configured.  If not,
        return to step 4 after reviewing your configuration settings.
@@ -86,8 +91,7 @@ these steps:
  7. install the binaries and man pages.  You may need to be superuser to
     do this (depending on where you are installing things):
 
-       % su
-       # make install
+       % su root -c make install
 
     That's it!
 
@@ -165,10 +169,11 @@ Supported Environmental Variables
 
 * Including alternative compilers
        Use the CC environment variable to tell configure to
-       use a specific compiler.  For example, to use ecgs
-       instead of the compiler configure choose, use:
+       use a specific compiler.  For example, to use GNU
+       C Compiler instead of the compiler configure choose,
+       use:
 
-       [env] CC=egcc ./configure 
+       [env] CC=gcc ./configure 
 
        You can also use CC use specific flags with the
        specified compiler.  For example, to require strict