Changes between Version 1 and Version 2 of TracOnOsx
- Timestamp:
- 11/17/04 15:27:55 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracOnOsx
v1 v2 4 4 {{{ 5 5 $ apt-get install sqlite 6 $ fink install svn-client svn-swig-py6 $ apt-get install svn-client svn-swig-py23 7 7 }}} 8 8 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. 9 If 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 }}} 12 13 13 14 The last two dependencies (pysqlite and clearsilver) can't be installed using fink, 14 15 you have to download and install them manually. 15 16 16 == clearsilver ==17 == Clearsilver == 17 18 18 19 Download latest version from http://www.clearsilver.net/. Compile it with Python … … 59 60 Keep in mind that these instructions were written from the top of my mind and might be 60 61 incomplete and contain some errors. If you find any errors please correct them by 61 editing this page and/or contacting me -- JonasBorgstrom 62 editing this page and/or contacting me -- [http://projects.edgewall.com/trac/wiki/JonasBorgstrom JonasBorgstrom] 63 64 == Alternative install method: pkgsrc == 65 66 As 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 68 See TracOnNetBsd for more information.