From 2026f39ee70dd6a6151d57336410d50385809229 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 21 May 2023 18:45:08 +0200 Subject: [PATCH] INSTALL: tweak prerequisites list --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 805fcb8..68462db 100644 --- a/INSTALL +++ b/INSTALL @@ -38,7 +38,8 @@ Prerequisites - Imlib2 requires the X11/Xlib.h header and links against some X11 libraries, at least on GNU/Linux with X11 GUI, thus X11 shared libraries and development 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. +- Build tools, e.g., build-essential on a Debian (or Ubuntu) system, usually + contain both make and a C compiler. - 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.