diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 18:34:39 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 18:34:39 +0000 |
commit | 19baf1ea776a7a3ad4edc9e0c7c7cb6fca4fcc2d (patch) | |
tree | 347ac72ddff03096433eb4cde4024bbf2d23f433 | |
parent | 3f7593ea908f945f249194fcbb3dab26b280f9d7 (diff) |
Adding brief documentation for installing from source on Debian
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@805 4979c152-3d1c-0410-bac9-87ea11338e46
-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 |