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:
Contains all documentation
Contains examples that demonstrate usage of MLP Library.
Contains source files
Contain DTD files for MLP downloaded from: http://www.openmobilealliance.org/Technical/DTD.aspx.
Contains information about authors.
Contains BSD license and copyright.
Contains brief info about library and its installation.