Edgewall Software

Changes between Version 20 and Version 21 of TracOnRedhat


Ignore:
Timestamp:
Feb 3, 2006, 12:28:23 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRedhat

    v20 v21  
    6161 b. tar xzf subversion-1.3.0.tar.gz
    6262 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
    63  d. Edit ur Makefile to point PYTHON and -I/usr/include/Python2.2 path to the your installed "python"
     63 d. Edit the Makefile to point PYTHON and -I/usr/include/python2.2 path to your installed Python (typically /usr/local/bin)
    6464 e. make;make install
    6565 f. make swig-py;make install-swig-py