aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-20 07:33:51 +0000
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-21 23:54:09 +0000
commited651bf96f558fd6514d8301c813a175a8a1c51b (patch)
tree54139dd4b969212504933cc2da161217ae0963de /INSTALL
parentf740ad3774c1adc7844451dd561c7de143766635 (diff)
downloadsciteco-ed651bf96f558fd6514d8301c813a175a8a1c51b.tar.gz
support Groff v1.19.2 as still used by default on NetBSD 10
* They have a newer version in pkgsrc, but it's not even available as a binary package on the arm6. * Has some glitches, e.g. does accept the ASCII 27 in tutorial.ms, but it's probably not worth to work around.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 84fa787..9574e36 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,7 +35,7 @@ SciTECO Build and Runtime Dependencies
* other curses implementations might work as well but are untested
* When choosing the GTK interface:
* GTK+ v3.12 or later: http://www.gtk.org/
- * GNU roff (groff): https://www.gnu.org/software/groff/
+ * GNU roff (groff) v1.19.2 or later: https://www.gnu.org/software/groff/
Required at build-time, but it is already shipped on most
UNIX-like systems to format man pages.
* Doxygen (only when generating developer documentation)