README 535 B

123456789101112131415161718192021222324252627282930313233
  1. Compilation of libmbd and the mbdr tool requires the following
  2. dependencies. Please note that libmbd can be compiled separately.
  3. libmbd:
  4. - g++-4.*
  5. - libbz2
  6. - libz
  7. - libtool
  8. mbdr:
  9. - g++-4.*
  10. - libbz2
  11. - libz
  12. - boost (foreach and regex)
  13. To build code simply type in the top level directory:
  14. make build
  15. To install
  16. make INSTALL_DIR=<path/to/install/directory> install
  17. The default install directory is /usr and the makefile
  18. will install the library, headers, and binary into
  19. /usr/lib, /usr/include, and /usr/bin, respectively.