File: INSTALL

package info (click to toggle)
grc 1.4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: python: 318; sh: 56; makefile: 39
file content (32 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (6)
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
27
28
29
30
31
32
===================================================================
                  Generic Colouriser

Radovan GarabĂ­k <garabik @ kassiopeia.juls.savba.sk>
http://kassiopeia.juls.savba.sk/~garabik/software/grc.html

===================================================================
Requirenments: 
anything with python interpreter, with more or less work needed
if it is not unix.

If you have debian system with all necessary packages installed, type 
	dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's 
	directory, then type 
	dpkg -i ../grc*deb

else:

	1) copy conf.* files into /usr/share/grc/ or /usr/local/share/grc/,
	   creating directories when needed

	2) copy grc.conf into /etc/

	3) copy grc and grcat somewhere to your path

	4) read the README and manual pages

	5) modify /etc/grc.conf if you feel like it
 

	there is a small shell script called install.sh provided, which does 
	automatically do the above.