Directory Architecture

When you download a package you have to unpack it with tar -xzf libmlp-cpp-1.1.0.tar.gz . After unpacking the archive, directory will look like this:

libmlp-cpp-1.1.0
    | 
    +----config/
    +----doc/
    +----examples/
    +----lib/
    +----libmlp-cpp/
            |
            +----dtd/
    +----m4/
    +----test/
    |
    *----aclocal.m4
    *----AUTHORS
    *----bootstrap.sh
    *----ChangeLog
    *----config.hpp.in
    *----configure
    *----configure.ac
    *----COPYING
    *----doxyfile
    *----INSTALL
    *----libmlp-cpp-1.0.pc.in
    *----Makefile.am
    *----Makefile.in
    *----NEWS
    *----README
    *----TODO

Description follows:

doc/

Contains all documentation

examples/

Contains examples that demonstrate usage of MLP Library.

libmlp-cpp/

Contains source files

dtd/

Contain DTD files for MLP downloaded from: http://www.openmobilealliance.org/Technical/DTD.aspx.

AUTHORS

Contains information about authors.

COPYING

Contains BSD license and copyright.

README

Contains brief info about library and its installation.