# TODO: extend deptool to report this information using some command.

NOTE: the list of optional dependencies is quite incomplete.

----------------------------
Fedora-Core12 (fedora12):
  Lintel required:
     % yum install -y perl perl-Digest-SHA1 cmake gcc-c++ make boost-devel tar

  Lintel via version control required:
     % yum install -y git

  Lintel optional:
     ...

----------------------------

Debian-Lenny (debian-5.0):
  Lintel required:
     % aptitude install perl git libdigest-sha1-perl cmake build-essential
     % aptitude install libboost-dev

  Lintel optional:
     % aptitude install doxygen libxml2-dev

     # lintel-latex-rebuild:
     % aptitude install texlive-latex-base ghostscript

     # mercury-plot
     % aptitude install gnuplot libio-pty-perl libdata-showtable-perl netpbm

     # lintel-disktool
     % aptitude install sg3-utils

     # Lintel::ProcessManager (add support for memory resource limit)
     % aptitude install libbsd-resource-perl

----------------------------

Debian-Squeeze (debian-6.0):
  Lintel required:
     % aptitude install perl git libdigest-sha1-perl cmake build-essential
     % aptitude install libboost-dev libboost-thread-dev

  Lintel optional:
     % aptitude install doxygen libxml2-dev

     # lintel-latex-rebuild:
     % aptitude install texlive-latex-base ghostscript

     # mercury-plot
     % aptitude install gnuplot libio-pty-perl libdata-showtable-perl netpbm

     # lintel-disktool
     % aptitude install sg3-utils

     # Lintel::ProcessManager (add support for memory resource limit)
     % aptitude install libbsd-resource-perl

----------------------------

Ubuntu Saucy Salamander (ubuntu-13.10):
   %NOT REALLY SUPPORTED YET  IN PROGRESS
----------------------------

  Lintel required:
     % aptitude install perl git cmake build-essential
     % aptitude install libboost-dev libboost-thread-dev

  Lintel optional:
     # remove checksum warning
     % aptitude install libdigest-sha-perl

     # Add documentation
     % aptitude install doxygen

     # Add XML support library
     % aptitude install libxml2-dev

     # lintel-latex-rebuild:
     % aptitude install texlive-latex-base ghostscript

     # mercury-plot
     % aptitude install gnuplot libio-pty-perl libdata-showtable-perl netpbm

     # lintel-disktool
     % aptitude install sg3-utils

     # Lintel::ProcessManager (add support for memory resource limit)
     % aptitude install libbsd-resource-perl

----------------------------
Ubuntu Precise Pangolin (ubuntu-12.04):
  Lintel required:
     % aptitude install perl git cmake build-essential
     % aptitude install libboost-dev libboost-thread-dev

  Lintel optional:
     # remove checksum warning
     % aptitude install libdigest-sha-perl

     # Add documentation
     % aptitude install doxygen

     # Add XML support library
     % aptitude install libxml2-dev

     # lintel-latex-rebuild:
     % aptitude install texlive-latex-base ghostscript

     # mercury-plot
     % aptitude install gnuplot libio-pty-perl libdata-showtable-perl netpbm

     # lintel-disktool
     % aptitude install sg3-utils

     # Lintel::ProcessManager (add support for memory resource limit)
     % aptitude install libbsd-resource-perl

----------------------------

CentOS 5 (centos5)
  Lintel required:
     yum install -y perl cmake gcc-c++ make boost-devel tar

  Lintel optional:
     # remove deptool warning
     yum install -y perl-Digest-SHA1

     # XMLUtil
     yum install -y libxml2-devel

     # Lintel::Net::SSH::KnownHostsFile.pm
     yum install -y openssh-clients perl-Digest-SHA1
     rpm -i perl-Digest-HMAC*rpm  # non-standard on centos5

     # Lintel::DBI
     yum -y install perl-DBI perl-DBD-MySQL

     # lintel-disktool
     yum -y install sg3_utils

     # Lintel::ProcessManager (add support for memory resource limit)
     yum -y install perl-BSD-Resource.x86_64

----------------------------

FreeBSD 8.2 (freebsd-8.2)
  Lintel required:
    pkg_add -r perl cmake boost-libs

  Lintel options:
     # remove deptool warning
     pkg_add -r p5-Digest-SHA1

     # deptool git version control
     pkg_add -r git