[ Contents | << Previous | Next >> ]
Kalendus is written entirely in Perl. It makes use of several open source modules, available from CPAN (www.cpan.org).
Your operating system may come with these modules (e.g. as Redhat or Debian packages).
You have Perl 5 installed.
Download each module from CPAN.
Compile and install each according to the directions. For example:
gunzip -c Time-modules-101.062101.tar.gz | tar -xvf - cd Time-modules-101.062101 perl Makefile.PL make make test make install