- installed on your computer.
-(On Linux machines, you may need to install `libxml2-utils` to get the
- commandline programs from `libxml2`.)
+ installed on your computer†.
+
+† The only non‐Posix programs‡ required (other than G·N·U Make itself,
+ and optionally Git) are those provided by `libxml2` and `libxslt`.
+On most operating systems, these libraries come pre·installed, but on
+ Linux machines the commandline utilities are often packaged
+ separately (as **`libxml2-utils`** and **`xsltproc`**), which may
+ still need to be installed.
+Additionally, not all Linux distributions bundle all necessary Posix
+ programs; on Debian (for example) you may need to separately install
+ **`sharutils`** for `uudecode` and `uuencode` and **`pax`** for
+ archiving.
+
+‡ This make·file also currently depends on non‐Posix `stat` but
+ attempts to handle both the G·N·U and B·S·D variants.
+It expects `xargs` to accept a `-0` option, which, while widely
+ supported, is not a part of the Posix standard.