diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 13:03:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 13:03:38 +0000 |
commit | 49258ba913e630d5c2be235f5b2df2df8283a9d0 (patch) | |
tree | 961216bf0ad17e19f59d116b07224c9d31919715 /doc/index.html | |
parent | c556f70bd752bd26b578d7861ba409974f48db1c (diff) | |
download | s6-rc-49258ba913e630d5c2be235f5b2df2df8283a9d0.tar.xz |
doc: add build-time/run-time requirements precision
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 28acaad..8a9b9c2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,12 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.9.2.0 or later </li> +2.9.2.0 or later. It's a build-time requirement. It's also a run-time +requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.6.0.0 or later </li> +2.6.0.0 or later. It's a build-time <em>and</em> run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.9.1.0 or later </li> +2.9.1.0 or later. It's a build-time <em>and</em> run-time requirement. </li> </ul> <h3> Licensing </h3> |