about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-04-19 19:56:35 -0700
committerEric Wong <normalperson@yhbt.net>2012-04-19 19:56:35 -0700
commit4a456625b4b68cbee9b4c7009b27ce82f7bf842a (patch)
tree66a9e9e0ec11c57f64b55cdb9529fd3719e339aa
parentc529e30a531f80d3382a64dcebc710583c62861b (diff)
downloadcmogstored-4a456625b4b68cbee9b4c7009b27ce82f7bf842a.tar.gz
Maybe we'll see folks running on GNU/Hurd with this :)
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 70c4a44..913801a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,15 @@ support other 100% Free Software platforms.
 NetBSD, OpenBSD and DragonFly BSD should be easy to support if there is
 interest.
 
+For platforms without native epoll or kqueue, libkqueue should be usable
+in the future.  You will need to explicitly configure it:
+
+  ./configure CFLAGS="$(pkg-config libkqueue --cflags)" \
+              LDFLAGS="$(pkg-config libkqueue --libs)"
+
+The current release of libkqueue (1.0.5) contains a bug already fixed in
+the development trunk.
+
 We will only support running on 100% Free Software platforms.
 
 Build Requirements