Files
remind/rem2pdf
Dianne Skoll 35c16a060a
All checks were successful
Remind unit tests / tests (push) Successful in 1m26s
Fix typo again.
2024-12-24 13:20:19 -05:00
..
2024-12-24 13:18:19 -05:00
2024-12-24 13:20:19 -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>