Edgewall Software

Changes between Version 128 and Version 129 of TracInstall


Ignore:
Timestamp:
Aug 28, 2005, 5:48:34 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v128 v129  
    4343
    4444'''Attention''': The various available versions of these dependencies are not necessarily interchangable, so please pay attention to the version numbers above. If you are having trouble getting Trac to work please double-check all the dependencies before asking for help on the MailingList or IrcChannel.
     45
     46== Installing the required software ==
     47As written above, there is some software needed to run trac. The following steps will guide you trough the most important mistakes.
     48
     49=== Subversion ===
     50Most distributions are providing swig, so this is not a problem. After installing swig, download the latest subversion release. After ./configure make and make install, run
     51{{{
     52make install-swig-py
     53ln -s /usr/local/lib/svn-python/svn /usr/lib/python/site-packages/svn
     54ln -s /usr/local/lib/svn-python/libsvn /usr/lib/python/site-packages/libsvn
     55}}}
     56
     57To be completed...
     58
     59In the root of your subversion source directory to install the swig python bindings.
    4560
    4661