Changes between Version 4 and Version 5 of TracInstall
- Timestamp:
- 04/16/06 02:08:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v4 v5 13 13 * Python 2.4 is not supported on Windows since there are no Subversion bindings available for it. 14 14 * For RPM-based systems you might also need the `python-devel` and `python-xml` packages. 15 * [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]15 * [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] 16 16 * 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). 17 17 * If Subversion was already installed without the SWIG bindings, you'll need to re-`configure` Subversion and `make swig-py`, `make install-swig-py`. 18 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.318 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3 19 19 * With python-bindings (`./configure --with-python=/usr/bin/python`) 20 20 … … 36 36 * a [http://www.fastcgi.com/ FastCGI]-capable web server (see TracFastCgi), or 37 37 * [http://httpd.apache.org/ Apache] with [http://www.modpython.org/ mod_python 3.1.3+] (see TracModPython) 38 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.5a13 for using plugins (see TracPlugins)39 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.3 for WikiRestructuredText.38 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.5a13 for using plugins (see TracPlugins) 39 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.3 for WikiRestructuredText. 40 40 * [http://silvercity.sourceforge.net/ SilverCity] and/or [http://www.gnu.org/software/enscript/enscript.html Enscript] for [wiki:TracSyntaxColoring syntax highlighting]. 41 41
