From d81a92d0038284b80cba52b680acf01700584b26 Mon Sep 17 00:00:00 2001 From: Qrius Date: Fri, 3 Jan 2025 07:50:44 +0100 Subject: Add comments about required system libraries --- smp.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smp.1 b/smp.1 index 91e76fd..1b616e4 100644 --- a/smp.1 +++ b/smp.1 @@ -75,6 +75,8 @@ and exist either because they trigger a external dependency, or because they are \fBEnabled by default\fR. Enables the use of libc readline in REPL mode. If not enabled, normal stdio will be used for input. +Requires readline to be installed on the system. + .IP "\fBtime\fR" 2 \fBEnabled by default\fR. Enables the \fIformat_time\fR-macro, this will compile the chrono dependency to format time. @@ -92,6 +94,8 @@ Allows testing the return code of links, and warns when the request is unsuccess If compiled with guile, the macro processor supports running guile-code inline. This is enabled with \fI%()%\fR in the input, and anything inside the parantheses will be evaluated as guile. +Requires libguile-3.0 to be installed on the system. + \fBExperimental feature!\fR .SH OPTIONS If a input file is provided, that will be processed. -- cgit v1.2.3