File: INSTALL

package info (click to toggle)
swatch 3.0.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 152 kB
  • ctags: 48
  • sloc: perl: 1,006; makefile: 47
file content (26 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (4)
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
To install, simply issue the following commands:

	perl Makefile.PL
	make
	make test
	make install
	make realclean

Swatch installs just like a CPAN module. If you are not familiar with this 
process then you may want to read about it by issuing the command:

	man ExtUtils::MakeMaker

Use the "perldoc" command if your "man" cannot find the document.

If you see messages like these:

    Warning: prerequisite Date::Calc 0 not found at (eval 1) line 219.
    Warning: prerequisite Date::Parse 0 not found at (eval 1) line 219.
    Warning: prerequisite File::Tail 0 not found at (eval 1) line 219.
    Warning: prerequisite Time::HiRes 1.12 not found at (eval 1) line 219.

Then you need to install the CPAN module(s) that it doesn't find before 
you can use swatch. You can find these modules at search.cpan.org.
However, many operating systems may already bundle them up in neat
little packages, so you should check with them first.