From db98c491b88c4500e9205a634fe5f76a46f4e8e1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 7 Jul 2009 00:20:56 +0000 Subject: SQLite. --- docs/tutorials/bfgwiki2/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfgwiki2/installation.rst b/docs/tutorials/bfgwiki2/installation.rst index e48ae8ec7..03f629ad9 100644 --- a/docs/tutorials/bfgwiki2/installation.rst +++ b/docs/tutorials/bfgwiki2/installation.rst @@ -17,6 +17,11 @@ Windows. Preparation, UNIX ----------------- +#. Install SQLite3 and its development packages if you don't already + have them installed. Usually this is via your system's package + manager. For example, on a Debian Linux system, do ``sudo apt-get + install libsqlite3-dev``. + #. If you don't already have a Python 2.5 interpreter installed on your system, obtain, install, or find `Python 2.5 `_ for your system. -- cgit v1.2.3