Edgewall Software

Changes between Version 4 and Version 5 of TracOnOsx


Ignore:
Timestamp:
Apr 27, 2004, 6:40:38 PM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v4 v5  
    44{{{
    55 $ apt-get install sqlite
    6  $ fink install svn-client svn-swig-py
     6 $ apt-get install svn-client svn-swig-py23
    77}}}
    88
    9 Subversion is currently in fink's unstable tree (this will probably change soon).
    10 This means that you have to use fink to compile the packages instead of simply using
    11 apt-get to download the binaries directly. This will take some time but should work.
     9If you need to use a secure protocal with subversion, you need to install the -ssl variants:
     10{{{
     11 $ apt-get install svn-client-ssl svn-ssl-swig-py23
     12}}}
    1213
    1314The last two dependencies (pysqlite and clearsilver) can't be installed using fink,