From 5b6bf25a20ce3596aeb6994036cbb3c2d4e14ad5 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Mon, 1 Sep 2025 10:14:22 -0400 Subject: [PATCH] Document readline support. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a07f2a1..7d4648de 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,14 @@ the GNU General Public License, Vesion 2. ### Remind and Rem2PS **remind** and **rem2ps** have no prerequisites beyond the standard C -library and the standard math library. +library and the standard math library. **remind** will make use of +GNU Readline if you have it installed. + +- On Debian-like systems, install GNU Readline as follows: + + `apt install libreadline-dev` + +- On RPM-based systems, you need `readline-devel` ### Rem2HTML and Rem2PDF