diff options
-rw-r--r-- | README.debian | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.debian b/README.debian new file mode 100644 index 00000000..3fc25f1a --- /dev/null +++ b/README.debian @@ -0,0 +1,12 @@ +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.deb.txt` +cpan +> install Class::Std +> install Config::Std |