File: INSTALL

package info (click to toggle)
ircmarkers 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 160 kB
  • ctags: 69
  • sloc: perl: 704; ansic: 199; makefile: 71
file content (50 lines) | stat: -rw-r--r-- 1,263 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Installing IrcMarkers
---------------------

Debian:

	apt-get install ircmarkers

That will install IrcMarkers itself and its dependencies. The "gnupg" package
is optional (but will probably already be installed).


Other:

Get ircmarkers_x.y.tar.gz from

	http://www.df7cb.de/projects/ircmarkers/packages/

Unpack, build, and install it:

	tar xfz ircmarkers_x.y.tar.gz
	cd ircmarkers-x.y
	make
	make install

(Obviously, the last step needs to be executed as root.)

IrcMarkers requires the GD2 perl library to run. Check your OS's manual
on how to install that package. If you want to install it from source,
go to http://www.boutell.com/gd/.

If you want to use the "map of trust" feature, install GnuPG
(http://www.gnupg.org/).


Using IrcMarkers
----------------

You need a map in mercator or sinusoidal projection. The IrcMarkers manpage
contains some pointers. The example.map file contains a short config file to
get started with.


Upgrading IrcMarkers
--------------------

In versions prior to 0.3, some settings that are now local to a marker were
global and could hence be specified at any place in the config. Now, fonts and
color definitions etc. have to be placed *before* marker definitions.

 -- Christoph Berg, Sat Oct  2 17:48:33 CEST 2004