| HOW TO INSTALL tparse |
| |
| Quick install |
| ------------- |
| $ cd <viewvcinstall>/tparse/ |
| $ python Setup.py build_ext |
| |
| Normally, you can find a tparse.so dynamic library, in a directory called |
| build/lib.****/ |
| where **** depends on OS. |
| cd into that directory. |
| now move the tparse.so in here into your lib/vclib/ccvs/rcsparse directory: |
| $ mv tparse.so <viewvcinstall>/lib/vclib/ccvs/rcsparse/ |
| $ cd <viewvcinstall>/lib/vclib/ccvs/rcsparse/ |
| |
| Check your install |
| ------------------ |
| |
| Then check if tparse has been correctly installed: |
| $ python |
| Python 2.1.2 (#1, Jan 21 2002, 04:12:22) |
| [GCC 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)] on linux2 |
| Type "copyright", "credits" or "license" for more information. |
| >>> import tparse |
| >>> |
| Tparse is correctly installed!!! |