---
README | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README b/README
index e4eda79..eb2e997 100644
--- a/README
+++ b/README
@@ -37,7 +37,13 @@ Requirements
------------
To build the basic server and some plugins nbdkit needs nothing except
-Linux and reasonably recent gcc or clang.
+Linux or FreeBSD, and:
+
+ - gcc or clang
+
+ - bash
+
+ - GNU make
Although it is possible to build without it, it’s recommended to
enable TLS support for which you will need:
@@ -112,10 +118,6 @@ For bash tab completion:
- bash-completion >= 1.99
-To run the test suite:
-
- - bash
-
To test for memory leaks (‘make check-valgrind’):
- valgrind program and development headers
--
2.18.0