1 WINDOWS INSTALLER FOR SUBVERSION PYTHON BINDINGS
2 ================================================
4 To build a Windows installer for the Subversion Python bindings:
6 1. Build the Subversion Python bindings for Windows using Visual C++ 6.0.
8 2. Update the version in setup.py to match your version of Subversion.
10 3. Create "libsvn" and "svn" directories. Copy the necessary Python (*.py)
11 and DLL files (*.dll) into these directories.
13 4. Run python setup.py bdist_wininst --target-version=2.4 to build an
14 installer for Python 2.4. If you built your bindings for a different
15 version of Python, adjust that command-line appropriately.
17 That's it! Python will put the installer in the 'dist' directory.
20 List of required files (as of Subversion 1.4.0)
21 -----------------------------------------------