Edgewall Software

Changes between Version 15 and Version 16 of TracOnOsx


Ignore:
Timestamp:
Dec 3, 2004, 3:58:05 AM (19 years ago)
Author:
dave@…
Comment:

Changing Fink install method to not require 'unstable' access.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v15 v16  
    33Fink (http://fink.sf.net/) can be used to install most of Trac's dependencies:
    44{{{
    5  $ apt-get install sqlite
     5 $ fink install sqlite sqlite-dev sqlite-shlibs
    66 $ apt-get install svn-client svn-swig-py23
    77}}}
     8If you are running Fink in unstable mode (http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable), you can 'apt-get install sqlite sqlite-dev sqlite-shlibs' instead.
    89
    910If you need to use a secure protocol with subversion, you need to install the -ssl variants: