Edgewall Software

Changes between Version 113 and Version 114 of TracInstall


Ignore:
Timestamp:
Jun 28, 2005, 4:24:05 PM (19 years ago)
Author:
lio@…
Comment:

swig must be intalled before svn

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v113 v114  
    2323   * Please keep in mind, that for RPM-based systems you will also need python-devel and python-xml packages.
    2424   * Make sure you get the version of Python for which there are Subversion bindings, as of writing is 2.3. Don't install Python 2.4 just to realize the Python 2.3 Subversion bindings don't work with it, like what happened to me.
     25 * [http://www.swig.org/ SWIG] language bindings, version 1.3.21 (also see next notes)
    2526 * [http://subversion.tigris.org/ Subversion], version >= 1.0. (>= 1.1 recommended)
    2627 * [http://svnbook.red-bean.com/svnbook-1.1/ch08s02.html#svn-ch-8-sect-2.3 Subversion Python bindings]
     
    2829   * '''Not PySVN''' http://pysvn.tigris.org/ ''This library is commonly confused with the standard SWIG bindings, however the two are not interchangeable.''
    2930   * Also note that the Subversion bindings have problems with versions of SWIG >= 1.3.22, so using 1.3.21 is strongly recommended at this point.
     31   * If Subversion was already installed without the SWIG bindings: re-configure and re-make Subversion, ''make swig-py''
    3032 * [http://www.sqlite.org/ SQLite], version 2.8.x or 3.0.x
    3133 * [http://pysqlite.org/ PySQLite]