INSTALL 768 B

12345678910111213141516171819202122232425262728
  1. ------------------------------
  2. Installing python-ldap
  3. ------------------------------
  4. Prerequisites:
  5. Required:
  6. - Python 2.3 or newer (see http://www.python.org)
  7. - OpenLDAP 2.4.11+ client libs (see http://www.openldap.org)
  8. It is not possible and not supported
  9. by the python-ldap project to build with prior versions.
  10. Optional dependencies of OpenLDAP libs:
  11. - Cyrus SASL 2.1.x or newer (see http://asg.web.cmu.edu/sasl/sasl-library.html)
  12. - OpenSSL 0.9.7 or newer (see http://www.openssl.org)
  13. - MIT Kerberos or heimdal libs
  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.10 2011/04/02 22:30:55 stroeder Exp $