File: INSTALL

package info (click to toggle)
viewcvs 0.9.2%2Bcvs.1.0.dev.2004.07.28-4.1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,452 kB
  • ctags: 1,355
  • sloc: python: 10,100; cpp: 840; ansic: 763; yacc: 526; sh: 163; makefile: 115
file content (26 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
	HOW TO INSTALL tparse
	
	Quick install
	-------------
  $ cd <viewcvsinstall>/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 <viewcvsinstall>/lib/vclib/ccvs/rcsparse/
  $ cd <viewcvsinstall>/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!!!