Files
remind/rem2pdf
Dianne Skoll 1dc0afc0ca
All checks were successful
Remind unit tests / tests (push) Successful in 26s
Improve small calendar display.
2025-02-04 22:27:32 -05:00
..
2025-02-03 14:38:23 -05:00
2022-01-30 11:00:36 -05:00

rem2pdf is a Perl program that takes the output of "remind -p" and
produces a PDF calendar.  See "man rem2pdf" for details.

rem2pdf has the following Perl modules as prerequisites:

        Pango - https://metacpan.org/pod/Pango
        Cairo - https://metacpan.org/pod/Cairo

On Debian or Debian-derived systems, these can be installed with:

        apt install libpango-perl libcairo-perl

On Red Hat or Red Hat-derived systems, you need to install the perl-Pango
and perl-Cairo RPMs, which may require adding other repos to your list of
RPM sources.

rem2pdf is built and installed in the usual Perl program way:

        perl Makefile.PL && make && sudo make install

--
Dianne Skoll - <dianne@skoll.ca>