Changes between Version 4 and Version 5 of Ticket #54
- Timestamp:
- 07/04/07 10:50:12 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54 – Description
v4 v5 6 6 = Installation Notes = 7 7 * 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