Edgewall Software

Changes between Version 157 and Version 158 of TracInstall


Ignore:
Timestamp:
Mar 27, 2006, 9:05:14 PM (18 years ago)
Author:
Christian Boos
Comment:

use rather sqlite 3.x than sqlite 2.x

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v157 v158  
    1717 * [http://subversion.tigris.org/ Subversion], version >= 1.0. (>= 1.1 recommended) and corresponding [http://svnbook.red-bean.com/svnbook-1.1/ch08s02.html#svn-ch-8-sect-2.3 Python bindings]
    1818   * Trac uses the [http://www.swig.org/ SWIG] bindings included in the Subversion distribution, '''not''' [http://pysvn.tigris.org/ PySVN] (which is sometimes confused with the standard SWIG bindings).
    19    * If Subversion was already installed without the SWIG bindings, you'll need to re-`configure` Subversion and `make swig-py`, `make install-swig-py`.
     19   * If Subversion was already installed without the SWIG bindings, you'll need to re-`configure` Subversion and `make swig-py`, `make install-swig-py`. See also TracSubversion.
    2020 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3
    2121   * With python-bindings (`./configure --with-python=/usr/bin/python`)
     
    2323=== For SQLite ===
    2424
    25  * [http://www.sqlite.org/ SQLite], version 2.8.x or 3.x
    26  * The python bindings for the above, see PySqlite
     25 * [http://www.sqlite.org/ SQLite], version 2.8.x or 3.x (preferred)
     26 * The python bindings for the above, see details in PySqlite
    2727
    2828''Note: Versions of Trac prior to 0.9 do '''not''' work with PySQLite 2.x.''
    2929
    30 ''Note: It appears that 2.x is required for Trac 0.9+/SQLite 3.x if you plan to use the 'trac-post-commit-hook.py' script available from the 'contrib' section of the source repository.''
     30''Note: It appears that PySQLite 2.x is required for Trac 0.9+/SQLite 3.x if you plan to use the 'trac-post-commit-hook.py' script available from the 'contrib' section of the source repository.''
    3131
    3232=== For PostgreSQL ===