diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-10 22:13:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-10 22:13:17 +0000 |
commit | f6d36e60cff525a5b7904cf92aa7b65fe7bd8e8e (patch) | |
tree | aaa7d8d1ceb8b379f4f2fbc73b822557c85ec3e5 | |
parent | 38bc7e87c56e147acc2a5bf3646d08e6354b5e15 (diff) | |
download | rtmux-f6d36e60cff525a5b7904cf92aa7b65fe7bd8e8e.tar.gz rtmux-f6d36e60cff525a5b7904cf92aa7b65fe7bd8e8e.tar.bz2 rtmux-f6d36e60cff525a5b7904cf92aa7b65fe7bd8e8e.zip |
Mention dependencies.
-rw-r--r-- | www/index.html.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/index.html.in b/www/index.html.in index df06b24e..41c97a1e 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -63,6 +63,9 @@ development.</li> system. The portable version is hosted on <a href="http://sf.net/projects/tmux"> SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX.</p> +<p>tmux depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4</a> and a +terminfo implementation (normally <a href="http://invisible-island.net/ncurses/">ncurses</a>).</p> + <div id="screenshots"> <a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a> <a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a> |