diff options
author | Qrius <[email protected]> | 2025-01-03 07:50:44 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2025-01-03 07:50:44 +0100 |
commit | d81a92d0038284b80cba52b680acf01700584b26 (patch) | |
tree | eb79485a44a6519da2b8d812b6487c57c35213bc | |
parent | 47f1189a4a00ff81187f2266de90a6663dd79e26 (diff) | |
download | skaldpress-d81a92d0038284b80cba52b680acf01700584b26.tar.gz skaldpress-d81a92d0038284b80cba52b680acf01700584b26.zip |
Add comments about required system librariesguile
-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. |