mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Update README to 1.1 Beta and make quick install quicker.
This commit is contained in:
parent
41f649ef16
commit
acd3231d58
1 changed files with 3 additions and 10 deletions
13
README
13
README
|
|
@ -12,8 +12,8 @@ OpenLDAP Devel README
|
||||||
should use -stable.
|
should use -stable.
|
||||||
|
|
||||||
|
|
||||||
OpenLDAP 1.1 Alpha README
|
OpenLDAP 1.1 Beta README
|
||||||
This is the OpenLDAP version 1.1 Alpha.
|
This is the OpenLDAP version 1.1 Beta.
|
||||||
|
|
||||||
For a description of what this distribution contains, see the
|
For a description of what this distribution contains, see the
|
||||||
ANNOUNCEMENT file in this directory. For a description of
|
ANNOUNCEMENT file in this directory. For a description of
|
||||||
|
|
@ -54,7 +54,7 @@ MAKING AND INSTALLING THE DISTRIBUTION
|
||||||
This is a quick guide. For details, see the INSTALL file.
|
This is a quick guide. For details, see the INSTALL file.
|
||||||
|
|
||||||
% ./configure
|
% ./configure
|
||||||
autoconf OpenLDAP for current platform
|
configure OpenLDAP for current platform
|
||||||
|
|
||||||
% make depend
|
% make depend
|
||||||
this will create dependency information
|
this will create dependency information
|
||||||
|
|
@ -68,13 +68,6 @@ MAKING AND INSTALLING THE DISTRIBUTION
|
||||||
in this directory. This should produce something that basically
|
in this directory. This should produce something that basically
|
||||||
works. You can "cd tests; make" to verify the build.
|
works. You can "cd tests; make" to verify the build.
|
||||||
|
|
||||||
You will probably want to do a little configuration to suit your
|
|
||||||
site, though. There are one file you might want to edit:
|
|
||||||
|
|
||||||
include/ldapconfig.h.edit
|
|
||||||
This file contains #defines used by many parts of the
|
|
||||||
distribution. You'll at least want to change DEFAULT_BASE.
|
|
||||||
|
|
||||||
See the INSTALL file in this directory for more information.
|
See the INSTALL file in this directory for more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue