summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index a74a376..024dda6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,8 +28,9 @@ The "unusual" build-time dependencies are:
purpose.
- ronn -- A markdown-to-manpage converter
-At this time, the build system does not support not building the
-documentation; ronn is required.
+Whether or not to build the manpages is controlled by whether
+config.mk:enable_manpages is empty (disable) or non-empty (enable).
+If it is disabled, then `ronn` is not needed.
Additionally, other usual "core utilities" are required:
@@ -45,10 +46,10 @@ be a bigger issue.
## Test suite dependencies
-If you wish to run the test suite, you will need the "roundup" shell
-unit testing program. On Parabola GNU/Linux-libre it is called
-"sh-roundup". If your operating system doesn't have it, it is
-available at <http://bmizerany.github.io/roundup/>.
+If you wish to run the test suite, you will need the "BATS" shell unit
+testing program. On Parabola GNU/Linux-libre it is called "bats". If
+your operating system doesn't have it, it is available at
+<https://github.com/bats-core/bats-core>.
## Run-time dependencies