about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-11 13:57:51 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-11 13:58:18 +0000
commit86e5d10649f14fe3b3c8af37fd8ec04cc337fc9e (patch)
tree8b95489cc848dd19b0470766ca39abc782dbfbd2
parent1e80ba592ede05fe40b31686142f82294891afd0 (diff)
downloadcmogstored-86e5d10649f14fe3b3c8af37fd8ec04cc337fc9e.tar.gz
libkqueue recently migrated to SourceForge and Debian 7.0 is
the new stable.

We still support Debian 6.0 and will likely support it for years to
come since CentOS 5.x remains supported.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4adcfd4..f66987c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,7 +19,7 @@ A modern GNU/Linux system with NPTL and epoll support is _required_.
 * GNU C Library (glibc 2.5 or later)
 * iostat ("sysstat" in most package managers)
 
-The "stable" release of Debian GNU/Linux (currently 6.0) is the
+The "stable" release of Debian GNU/Linux (currently 7.0) is the
 recommended runtime environment, but CentOS 5.x (or later) shall
 be fully supported.
 
@@ -42,7 +42,7 @@ libkqueue:
   ./configure CFLAGS="-g -O2 $(pkg-config libkqueue --cflags)" \
               LDFLAGS="$(pkg-config libkqueue --libs)"
 
-libkqueue is available here: http://mark.heily.com/project/libkqueue
+libkqueue is available here: http://sourceforge.net/projects/libkqueue/
 
 We will only support running on 100% Free Software platforms.