diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/bfgwiki2/installation.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 <http://python.org/download/releases/2.5.4/>`_ for your system. |
