Contents
Installed Programs:
scdoc
Installed Libraries:
None
Installed Directories:
None
The scdoc package provides a man page generator.
Download (HTTP): https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.3.tar.gz
Install scdoc by executing the following commands:
make PREFIX=/usr LDFLAGS="$LDFLAGS"
Now as the root
user:
make PREFIX=/usr install
LDFLAGS="$LDFLAGS"
: This ensures that if
$LDFLAGS
is set, that the build system
respects it. Otherwise, it will unset the variable for the build
process.