Changes between Version 1 and Version 2 of TracOnOsx


Ignore:
Timestamp:
11/17/04 15:27:55 (20 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v1 v2  
    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 protocol 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,
    1415you have to download and install them manually.
    1516
    16 == clearsilver ==
     17== Clearsilver ==
    1718
    1819Download latest version from http://www.clearsilver.net/. Compile it with Python
     
    5960Keep in mind that these instructions were written from the top of my mind and might be
    6061incomplete and contain some errors. If you find any errors please correct them by
    61 editing this page and/or contacting me -- JonasBorgstrom
     62editing this page and/or contacting me -- [http://projects.edgewall.com/trac/wiki/JonasBorgstrom JonasBorgstrom]
     63
     64== Alternative install method: pkgsrc ==
     65
     66As an alternative to fink and compiling by hand, you can install from pkgsrc (http://www.netbsd.org/Documentation/software/packages.html).  Yes, pkgsrc runs on Mac OS X just as well as it runs on NetBSD or Linux.
     67
     68See TracOnNetBsd for more information.