summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorpaul <paul@7b491191-dbf0-0310-aff6-d879d4d69008>2005-02-23 16:09:21 +0000
committerpaul <paul@7b491191-dbf0-0310-aff6-d879d4d69008>2005-02-23 16:09:21 +0000
commit03cd7ee70f405a22be7e02bdceba0de9380b95c4 (patch)
tree66b8d2183dfedd2c32c45d4a20801635a54aba59 /INSTALL
parent1e84deb299586cd43d73b6958bcc4d59b25e551a (diff)
cleaned out autotools generated files
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1609 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 51e6df84..7e8f69a7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,6 +16,8 @@ What do you need?
- the DBMail source (www.dbmail.org)
- GNU Make. On Linux systems, your standard 'make' program is GNU Make. On
*BSD systems, make sure you install and use 'gmake'.
+- development files (libs, scripts and include files) for your database
+ server. These will probably be provided by separate packages.
1. Setup a database
@@ -28,8 +30,7 @@ What do you need?
-----------
Note: Since some DBMail tables can get VERY large (depending on your
- mailusage) we advise using InnoDB as database storage backend
- (included in the Mysql MAX package.).
+ mailusage) we advise using InnoDB as database storage backend.
First you'll need to create the DBMail database in MYSQL. You can
do this by issueing the following command. This step is only