about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-03-13 20:48:26 +0000
committerEric Wong <e@80x24.org>2014-03-13 20:48:26 +0000
commitc28223d381a6714cf005843e029c6ef211980c72 (patch)
tree7ec524339a79966417ec80e8147e7470cbab2de8 /INSTALL
parente59f1c0c1018b4e252585bcd4ca0f688689ae8a5 (diff)
parentf46aea4aa26d3c3c5613d6800b2832cddb14b754 (diff)
downloadyahns-c28223d381a6714cf005843e029c6ef211980c72.tar.gz
* origin/freebsd:
  implement kqueue and sendfile compatibility support
  test: log skipped tests on non-Linux systems
  test_server: check_client_connection uses Unix sockets
  test_client_expire: add delays for non-Linux OSes
  wbuf_common: avoid trysendfile on empty sf_count
  sigevent_pipe: kgio_wait_writable takes variadic args
  queue_quitter_pipe: do not prematurely close reader
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index bd269f2..87acc53 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,3 +6,10 @@ No tarballs are currently provided.
 
 You may also install yahns from the git source, see the HACKING document for
 more details.
+
+Debian GNU/kFreeBSD:
+
+For now, you will need to define SENDFILE_BROKEN=1 in the env before
+running yahns, and also install the "io-extra" RubyGem (tested on 1.2.7)
+
+        gem install -v 1.2.7 io-extra