~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to contrib/ldapc++/README

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-07-10 14:45:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080710144549-wck73med0e72gfyo
Tags: upstream-2.4.10
ImportĀ upstreamĀ versionĀ 2.4.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is an unstable development release of a LDAPv3 C++ Class Library.
 
2
It was created as the diploma thesis (final project) of my computer 
 
3
science studies.
 
4
It is based upon the OpenLDAP C-API and so it needs the C-library and
 
5
Headerfiles installed.
 
6
 
 
7
Installation:
 
8
=============
 
9
Just run the "configure" script with the apropriate options. Especially
 
10
these two options can be imported, if you didn't install the OpenLDAP-
 
11
libraries in the default place:
 
12
 
 
13
--with-libldap=<path to libldap> : To tell configure where the OpenLDAP
 
14
        C-libraries are located.
 
15
--with-ldap-includes=<path to ldap include files> : To tell configure
 
16
        where the OpenLDAP include files are located.
 
17
--enable-debug to enable compliation with debugging symbols and stderr
 
18
        output
 
19
(run "configure --help" to see all possible command line options)
 
20
 
 
21
If configure finishes without problems. You can simply call "make" to 
 
22
build the library and "make install" to install it.
 
23
 
 
24
Documentation:
 
25
==============
 
26
Docs are very incomplete. You can either look in the source files for 
 
27
the documentation comment of generate documentation  using "doxygen"
 
28
or any other javadoc compatible documentation generator.
 
29
 
 
30
Bugreports and other feedback:
 
31
==============================
 
32
If you find bugs please feel free to send me a detailed report. All 
 
33
other kinds of feedback are welcomed as well.
 
34
 
 
35
 
 
36
        Ralf Haferkamp <rhafer@suse.de>
 
37