INSTALL 757 B

123456789101112131415161718192021222324252627
  1. ------------------------------
  2. Installing python-ldap
  3. ------------------------------
  4. Prerequisites:
  5. Required:
  6. - Python 2.3 or newer (see http://www.python.org)
  7. - OpenLDAP libs (see http://www.openldap.org)
  8. You need OpenLDAP 2.3.x client libs or newer for full
  9. functionality. It is not possible and not supported
  10. by the python-ldap project to build with prior versions.
  11. Optional:
  12. - Cyrus SASL 2.1.x or newer (see http://asg.web.cmu.edu/sasl/sasl-library.html)
  13. - OpenSSL 0.9.7 or newer (see http://www.openssl.org)
  14. Quick build instructions:
  15. edit setup.cfg (see Build/ for platform-specific examples)
  16. python setup.py build
  17. python setup.py install
  18. $Id: INSTALL,v 1.9 2008/06/19 08:56:03 stroeder Exp $