Edgewall Software

Changes between Version 3 and Version 4 of TracOnOsxNoFink


Ignore:
Timestamp:
Feb 20, 2005, 12:18:35 AM (19 years ago)
Author:
mario <mario@…>
Comment:

Minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v3 v4  
    77The details here are quite tightly bound to the specific version of each package installed, and therefore are likely to change quickly. Please take this into account, and do not follow them blindly! Also, if you discover any incorrectness, or obsoleteness, please be so kind as to either update this document yourself, or just contact me on ''mario@ruggier.org'' about it.
    88
    9 You should allow yourself a good hour of time for this installation procedure... and that is real quick and easy when compared to the few days of frustration I spent figuring out why things were not working, due to incomplete, inconistent, or just contradictory documentation that is currently available!
     9You should allow yourself a comfortable hour or so for this installation procedure... and that is real quick and easy when compared to the few days of frustration I spent figuring out why things were not working, due to incomplete, inconistent, or just contradictory documentation that is currently available!
    1010
    1111== Requirements ==
     
    3030=== clean-up ===
    3131
    32 '''Note:''' you may prefer to do this clean-up step only if a first installation process fails.
     32'''Note:''' you may prefer to do this clean-up step only if a first installation attempt fails.
    3333
    34 Clean out any previosly installed libs and executables prior to doing the installation process. The files to remove (or rename) are:
     34Clean out any previously installed libs and executables prior to doing the installation process. The files to remove (or rename) are:
    3535{{{
    3636sudo rm -rf /usr/local/apr
     
    4747{{{
    4848sudo rm -rf /Library/Python/2.3/libsvn
    49 sudo rm -r /Library/Python/2.3/svn
     49sudo rm -rf /Library/Python/2.3/svn
    5050}}}
    5151
     
    5757=== neon ===
    5858
    59 In theory you should not need to install this separately, but doing so may avoid some confusing warnings when installing subversion, due to missing entry for darwin in the neon configure script. See this [http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=26484 note on the svn users list] as to why we may want to install neon separately.
     59In theory you should not need to install this separately, but doing so may avoid some confusing warnings when installing subversion, due to missing entry for darwin in the neon configure script (the neon currently bundled with subversion). See this [http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=26484 note on the svn users list] as to why we may want to install neon separately.
    6060
    61  * Get source tarball from (http://www.webdav.org/neon/)
     61 * Get latest source tarball from (http://www.webdav.org/neon/)
    6262{{{
    6363cd <neon-distribution-top-dir>
     
    7171The latest version of swig (1.3.24) will '''not''' work! You need version 1.3.21, as stated in this [http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=26451 message on the svn users list]:  "subversion 1.1.x currently REQUIRES swig >= 1.3.19 and <= 1.3.21. Swig1.3.24 is _not_ supported."
    7272
    73  * Get source tarball from (http://www.swig.org/)
     73 * Get source tarball for '''1.3.21''' from (http://www.swig.org/)
    7474 * See the generalized [http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/INSTALL INSTALL] procedure, from which highlights are extracted below:
    7575{{{
     
    8585=== subversion ===
    8686
    87  * Get source tarball from (http://subversion.tigris.org/)
     87 * Get latest source tarball from (http://subversion.tigris.org/)
    8888{{{
    8989cd <subversion-distribution-top-dir>
     
    104104=== sqlite, pysqlite ===
    105105
    106  * Get sqlite source tarball from (http://www.sqlite.org/) and pysqlite source tarball from (http://pysqlite.org/)
     106 * Get sqlite latest source tarball from (http://www.sqlite.org/) and pysqlite latest source tarball from (http://pysqlite.org/)
    107107 * Follow their respectives installation instructions.
    108108 
    109109=== clearsilver ===
    110110
    111  * Get source tarball from (http://www.clearsilver.net/)
     111 * Get latest source tarball from (http://www.clearsilver.net/)
    112112 * Installation procedure slightly different from those given by TracOnOsx
    113113{{{
     
    121121=== docutils ===
    122122
    123  * Get source tarball from (http://docutils.sourceforge.net/).
     123 * Get latest source tarball from (http://docutils.sourceforge.net/).
    124124 * Standard distutils installation.
    125125 
     
    137137== Creating a trac environment ==
    138138
    139 First decide the locations for your subversion repository, e.g. {{{/var/svn/test}}}, and for you trac environment, e.g. {{{/var/trac/test}}}.
     139First choose a location for your subversion repository, e.g. {{{/var/svn/test}}}, and one for you trac environment, e.g. {{{/var/trac/test}}}.
    140140
    141141=== svn repository ===
    142142
    143 Specifying fs-type is actually not necessary, as we have built without bdb, thus making fsfs the default backend file system.
     143Specifying {{{fs-type}}} is actually not necessary, as we have built without bdb, thus making {{{fsfs}}} the default backend file system.
    144144
    145145{{{