Edgewall Software

Changes between Version 6 and Version 7 of TracOnOsxNoFink


Ignore:
Timestamp:
May 16, 2005, 12:22:49 AM (19 years ago)
Author:
dog@…
Comment:

Additions for 10.4 build

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v6 v7  
    8686
    8787 * Get latest source tarball from (http://subversion.tigris.org/)
     88
     89For 10.3:
    8890{{{
    8991cd <subversion-distribution-top-dir>
     
    9395}}}
    9496
     97For Mac OS X 10.4, the following works:
     98{{{
     99cd <subversion-distribution-top-dir>
     100GXX=yes ./configure --without-berkeley-db --enable-swig-bindings=python PYTHON=/usr/bin/python PYTHON2=/usr/bin/python2.3
     101make
     102sudo make install
     103}}}
     104
    95105=== swig svn python bindings ===
    96106
     107For 10.3 do:
    97108{{{
    98109cd <subversion-distribution-top-dir>
     
    100111sudo make install-swig-py
    101112echo /usr/local/lib/svn-python > /Library/Python/2.3/svn-python.pth
     113}}}
     114
     115For 10.4 do:
     116{{{
     117cd <subversion-distribution-top-dir>
     118make swig-py
     119sudo make install-swig-py
     120echo /usr/local/lib/svn-python > /Library/Python/2.3/site-packages/svn-python.pth
    102121}}}
    103122