]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.sqlite
* Merge Don's factoid update recusion check patch
[infobot.git] / INSTALL.sqlite
index cc7b2c197e2993d2ba12f9c5f47a94e4b90448e0..66c84251c8c10422a35c7c82c416c7ae6db9ca98 100644 (file)
@@ -7,7 +7,7 @@ running a separate RDBMS process. The distribution comes with a standalone
 command-line access program (sqlite) that can be used to administer an SQLite
 database and which serves as an example of how to use the SQLite library.
 
-blootbot will create a file called <DBname>.sqlite and populate the tables for
+infobot will create a file called <DBname>.sqlite and populate the tables for
 you if they do not already exist.
 
 - Install SQLite libraries and DBI Perl modules.
@@ -15,13 +15,15 @@ you if they do not already exist.
 
 other distros might need to build from sources.
 
+You may use either DBD::SQLite or DBD::SQLite2
+
 SQLite sources:
 
-http://www.hwaci.com/sw/sqlite/ 
+http://www.hwaci.com/sw/sqlite/
 
 DBD::SQLite sources:
 
 http://search.cpan.org/author/MSERGEANT/DBD-SQLite/
 
-You will also need the normal Perl DBD stuff which
-should be included in your Perl distribution.
+You will also need the normal Perl DBD stuff which should be included in your
+Perl distribution.