Changes between Version 4 and Version 5 of Ticket #54


Ignore:
Timestamp:
07/04/07 10:50:12 (18 years ago)
Author:
leo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54 – Description

    v4 v5  
    66= Installation Notes =
    77 * http://trac.edgewall.org/wiki/TracPlugins
     8
     9
     10== Python Installation (in 64-bit Intel, Fedora Core3) ==
     11 * Python2.5
     12{{{
     13> ./configure --enabled-shared
     14> export LD_RUN_PATH=/usr/lib64; make
     15# make install
     16}}}
     17