Make it a bit easier to read
All checks were successful
Remind unit tests / tests (push) Successful in 41s

This commit is contained in:
Dianne Skoll
2025-01-18 10:45:35 -05:00
parent d650b8564c
commit 9f7ea96e87

View File

@@ -6,11 +6,11 @@ the GNU General Public License, Vesion 2.
## Prerequisites:
`remind` and `rem2ps` have no prerequisites beyond the standard C library and
remind and rem2ps have no prerequisites beyond the standard C library and
the standard math library.
`rem2html` requires the `JSON::MaybeXS` Perl module and `rem2pdf`
requires the `JSON::MaybeXS`, `Pango` and `Cairo` Perl modules.
rem2html requires the JSON::MaybeXS Perl module and rem2pdf
requires the JSON::MaybeXS, Pango and Cairo Perl modules.
- On Debian-like systems, these prerequisites may be installed with:
@@ -24,7 +24,7 @@ requires the `JSON::MaybeXS`, `Pango` and `Cairo` Perl modules.
- On Arch linux, you need `pango-perl`, `cairo-perl` and `perl-json-maybexs`
TkRemind requires Tcl/Tk and the `tcllib` library.
TkRemind requires Tcl/Tk and the tcllib library.
- On Debian-like systems, install with:
@@ -49,9 +49,9 @@ Remind can be installed with the usual:
`./configure && make && make test && sudo make install`
You can edit `custom.h` to configure some aspects of Remind. Or, if
You can edit custom.h to configure some aspects of Remind. Or, if
you have Tcl/Tk installed, you can use the graphical build tool to
edit `custom.h` on your behalf:
edit custom.h on your behalf:
`wish ./build.tk`