diff options
-rw-r--r-- | smp.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |