From f25047745ded16709da05fb073f9afd58592d4dc Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sat, 20 May 2023 16:58:38 +0200 Subject: [PATCH] INSTALL: mention gcc and man under prerequisites --- INSTALL | 3 +++ NEWS | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index ec2dbee..0b3fb26 100644 --- a/INSTALL +++ b/INSTALL @@ -23,6 +23,7 @@ build a .deb package by typing: Prerequisites ------------- +- A C compiler compatible with GCC. - A system sufficiently compatible to POSIX and GNU. - POSIX utilities: chmod, head, printf, sh, sed (or compatible) - GNU utilities: date, gzip, install, tar (or compatible) @@ -39,6 +40,8 @@ Prerequisites headers are required for ssocr, too, although ssocr does not use X11 itself - Build tools, e.g., build-essential on a Debian (or Ubuntu) system. - To build a .deb package, you probably need the debhelper package. +- To create an HTML version of the man page, you need a man utility that can + produce HTML output. Additional Makefile Targets --------------------------- diff --git a/NEWS b/NEWS index d00bdf3..7fd01c8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Noteworthy Changes in ssocr Releases ==================================== +Upcoming Version ?.??.? (????-??-??): +------------------------------------- + * Documentation improvements + Version 2.23.1 (2023-05-18): ---------------------------- * The man page uses the latest ssocr release date as its date (to help