Displaying 2 results from an estimated 2 matches for "eb2e997".
2018 Aug 12
0
[PATCH nbdkit 10/10] README: Advertise FreeBSD support.
---
 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 buil...
2018 Aug 12
13
[PATCH nbdkit 00/10] FreeBSD support.
With these patches, a majority of tests pass.  The notable
things which are still broken:
 - Because FreeBSD links /home -> /usr/home, $(pwd) gives a different
   result from realpath(2).  Therefore some tests which implicitly
   rely on (eg) a plugin which calls nbdkit_realpath internally and
   then checking that path against $(pwd) fail.
 - Shebangs (#!) don't seem to work the same way