INSTALL: tweak prerequisites list

This commit is contained in:
Erik Auerswald
2023-05-21 18:45:08 +02:00
parent 73e7a69b4c
commit 2026f39ee7
+2 -1
View File
@@ -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.