Edgewall Software

Changes between Version 133 and Version 134 of TracInstall


Ignore:
Timestamp:
Aug 29, 2005, 8:31:24 PM (19 years ago)
Author:
Jonas Borgström
Comment:

Removed SWIG from the requirements list

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v133 v134  
    1313   * Python 2.4 is not supported on Windows since there are no Subversion bindings available for it.
    1414   * For RPM-based systems you might also need the `python-devel` and `python-xml` packages.
    15  * [http://www.swig.org/ SWIG], version >= 1.3.21.
    16    * For versions of SWIG prior to 1.3.24, make sure to also build SWIG runtime support (`make runtime && make install-runtime`).
    17    * Also note that the bindings of Subversion <= 1.1.3 have problems with versions of SWIG >= 1.3.22. Use SWIG 1.3.21 in conjunction with Subversion <= 1.1.3.
    18  * [http://subversion.tigris.org/ Subversion], version >= 1.0. (>= 1.1 recommended)
    19  * [http://svnbook.red-bean.com/svnbook-1.1/ch08s02.html#svn-ch-8-sect-2.3 Subversion 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]
    2016   * 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).
    2117   * If Subversion was already installed without the SWIG bindings, you'll need to re-`configure` Subversion and `make swig-py`, `make install-swig-py`.