summaryrefslogtreecommitdiff
path: root/README.debian
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 18:35:01 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 18:35:01 +0000
commit61851bc95c6e1a228e5b54504907955580d529c6 (patch)
treef0e460c408fa695120360db6a0d4aa6ea70146fd /README.debian
parentef37edd6536007d362d25748220b70e152de4fdd (diff)
Adding brief documentation for installing from source on Debian
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@806 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'README.debian')
-rw-r--r--README.debian12
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