Edgewall Software

Changes between Version 19 and Version 20 of TracOnOsxNoFink


Ignore:
Timestamp:
Aug 18, 2006, 4:33:28 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v19 v20  
    3434||docutils||0.4||
    3535
     36"Paul Yu says:"  I'm using OS X 10.4.7 Server, and successfully install trac with the following library versions:
     37
     38||Trac||0.9.6||
     39||Apache||1.3.33 (as installed with OS X 10.4||
     40||Python||2.3.5 (as installed with OS X 10.4||
     41||Swig||1.3.29||
     42||Subversion||1.3.2 (source tar includes neon and APR)||
     43||SQLite||3.3.7||
     44||PySQLite||2.3.2||
     45||Clearsilver||0.10.3||
     46||docutils||Latest snapshot (8/17/2006)||
     47I did have to mv /usr/lib/libsqlite3.0.dylib and /usr/lib/sqlite3 (directory) to *.old.  This overcame a problem with the PySQLite installation and test. see this link.  [http://lists.initd.org/pipermail/pysqlite/2006-April/000484.html]
    3648
    3749== Preliminaries ==
     
    103115=== subversion ===
    104116
    105 Get latest source tarball from (http://subversion.tigris.org/). Note that you may get a prepared package for subversion from (http://www.codingmonkeys.de/mbo/), thanks to Martin Ott. You probably will anyhow still need the tarball above though for compiling the python bindings.
     117Get latest source tarball from (http://subversion.tigris.org/). Note that you may get a prepared package for subversion from (http://www.codingmonkeys.de/mbo/), thanks to Martin Ott. You probably will anyhow still need the tarball above though for compiling the python bindings.  Note:  The Ott package does not have everything that is needed to work with trac, so it is better to just follow the make install instructions below.  I was able to install Ott's package and then make install from the source with no ill effects.
    106118
    107119For 10.3: