Edgewall Software

Changes between Version 14 and Version 15 of TracOnOsxNoFink


Ignore:
Timestamp:
Sep 17, 2005, 1:21:49 PM (19 years ago)
Author:
mario@…
Comment:

Added note and link to subversion pkg on http://www.codingmonkeys.de/mbo/

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v14 v15  
    6666{{{
    6767cd <neon-distribution-top-dir>
    68 ./configure
     68./configure --with-ssl
    6969make
    7070sudo make install
     
    8989=== subversion ===
    9090
    91  * Get latest source tarball from (http://subversion.tigris.org/)
     91Get 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.
    9292
    9393For 10.3:
    9494{{{
    9595cd <subversion-distribution-top-dir>
    96 ./configure --without-berkeley-db --enable-swig-bindings=python --with-swig=/usr/local/bin/swig PYTHON=/usr/bin/python
     96./configure --with-zlib --with-ssl --with-neon=/usr/local --without-berkeley-db --enable-swig-bindings=python --with-swig=/usr/local/bin/swig PYTHON=/usr/bin/python
    9797make
    9898sudo make install