blob: cf4650df858fd494a4f7235b0a25722f3bdf494d (
plain)
- Installation Notes Appendix for Debian
- In the dists/deb directory, there files which provide information on which
- prerequisites can be installed via apt-get and which ones need to be installed
- via CPAN.
- A simple way to do this is to:
- apt-get install `cat required_debs.txt`
- cpan
- > install Class::Std
- > install Config::Std
|