Edgewall Software

Changes between Version 15 and Version 16 of TracOnRedhat


Ignore:
Timestamp:
Feb 2, 2006, 10:38:19 PM (18 years ago)
Author:
patrick@…
Comment:

Changed version numbers of subversion to 1.3 and trac to 0.9.3

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRedhat

    v15 v16  
    1212 g. subversion-1.1.0.tar.gz
    1313 h. swig-1.3.21.tar.gz
    14  i. trac-0.8.4.tar.gz
     14 i. trac-0.9.3.tar.gz
    1515}}}
    1616
     
    5454{{{
    5555 a. cd /usr/local/RH9
    56  b. tar xzf subversion-1.1.0.tar.gz
    57  c. cd subversion-1.1.0;./configure --disable-mod-activation --enable-swig-bindings=python --with-apr=/usr/local/apache2/bin/apr-config --with-apr-util=/usr/local/apache2/bin/apu-config  --with-apxs=/usr/local/apache2/bin/apxs --without-berkeley-db --with-zlib --with-swig=/usr/local
     56 b. tar xzf subversion-1.3.0.tar.gz
     57 c. cd subversion-1.3.0;./configure --disable-mod-activation --enable-swig-bindings=python --with-apr=/usr/local/apache2/bin/apr-config --with-apr-util=/usr/local/apache2/bin/apu-config  --with-apxs=/usr/local/apache2/bin/apxs --without-berkeley-db --with-zlib --with-swig=/usr/local
    5858 d. Edit ur Makefile to point PYTHON and -I/usr/include/Python2.2 path to the your installed "python"
    5959 e. make;make install
     
    107107{{{
    108108 a. cd /usr/local/RH9
    109  b. tar xzf trac-0.8.4.tar.gz
    110  c. cd trac-0.8.4;python setup.py build;python setup.py install
     109 b. tar xzf trac-0.9.3.tar.gz
     110 c. cd trac-0.9.3;python setup.py build;python setup.py install
    111111 d. /sbin/ldconfig
    112112}}}