* To build the ocamldap library (bytecode and native):
* To only build byte code, omit 'make opt'

    make
    make opt

* To install the library

    make install

* To uninstall the library

    make uninstall

* To build Documentation

    make documentation
