2015-01-25 18:36:02 +01:00
|
|
|
===================================================================
|
|
|
|
Generic Colouriser
|
|
|
|
|
|
|
|
Radovan Garabík <garabik @ kassiopeia.juls.savba.sk>
|
|
|
|
http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
|
|
|
|
|
|
|
|
===================================================================
|
2016-06-17 03:44:10 +02:00
|
|
|
Requirements:
|
|
|
|
Anything with a python interpreter, with more or less work needed
|
2015-01-25 18:36:02 +01:00
|
|
|
if it is not unix.
|
|
|
|
|
2016-06-17 03:44:10 +02:00
|
|
|
If you have a debian system with all necessary packages installed, type
|
|
|
|
dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's
|
|
|
|
directory, then type
|
2015-01-25 18:36:02 +01:00
|
|
|
dpkg -i ../grc*deb
|
|
|
|
|
|
|
|
else:
|
|
|
|
|
2017-04-21 10:29:25 +02:00
|
|
|
1) copy colourfiles/conf.* files into /usr/share/grc/ or /usr/local/share/grc/,
|
2015-01-25 18:36:02 +01:00
|
|
|
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
|
|
|
|
|
2016-06-17 03:44:10 +02:00
|
|
|
|
|
|
|
There is a small shell script called install.sh provided, which
|
|
|
|
automatically does the above steps.
|
|
|
|
|
|
|
|
If you're on OS X and using Homebrew,
|
|
|
|
brew install grc
|