File: INSTALL

package info (click to toggle)
gkrellmwho2 0.2.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 108 kB
  • ctags: 113
  • sloc: ansic: 701; makefile: 63; sh: 39
file content (48 lines) | stat: -rw-r--r-- 1,499 bytes parent folder | download
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
Requirements
============

Note that you will need gkrellm2 and development files of
gtk2.0 in order for this to even compile. Building the
debian package also requires debhelper installed, see
'Depends:' line in the .dsc file.

Installation in Debian GNU/Linux
================================

For Debian GNU/Linux systems the preferrable way of
installation is the debian package. In case you are unable
to get the package, you must build it here by typing

	$ fakeroot dpkg-buildpackage

The result is .deb file in the upper directory.
Now that you have the essential debian package, become root
and install it like that:

	# dpkg -i gkrellmwho2_0.2.6-1_i386.deb

The package is already built and may be found on a whole bunch
of unofficial debian repositories and hopefully it gets into
debian one day. You may add the following line to your
/etc/apt/sources.list to make your apt get it automatically:

	deb http://files.shisha.spb.ru/debian/ ./

There are other repositories with this package also:
	http://mentors.debian.net
	http://tranq.dorms.spbu.ru/debian-local/

Complilation and installation
=============================

To compile the software type 'make' in the current directory.
The result is the file 'gkrellmwho2.so'. Now you can either
copy it gkrellm plugins in your home directory like that:

	$ cp gkrellmwho2.so ${HOME}/.gkrellm/plugins

or install it system-wide by typing 'make install'.
And don't you forget to restart your gkrellm in order for
plugin to load.

Enjoy.