summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-01-03 07:50:44 +0100
committerQrius <[email protected]>2025-01-03 07:50:44 +0100
commitd81a92d0038284b80cba52b680acf01700584b26 (patch)
treeeb79485a44a6519da2b8d812b6487c57c35213bc
parent47f1189a4a00ff81187f2266de90a6663dd79e26 (diff)
downloadskaldpress-guile.tar.gz
skaldpress-guile.zip
Add comments about required system librariesguile
-rw-r--r--smp.14
1 files changed, 4 insertions, 0 deletions
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.