From d2e62bc80dc20efd4d9eb68ae364d9c8fa4dc774 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sat, 11 Apr 2015 21:05:13 +0200 Subject: Add a stubbed IRC client --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 7563a8b..c95d451 100644 --- a/README +++ b/README @@ -26,10 +26,16 @@ Some interesting features: - epoll support on Linux - superfast build time, small memory footprint +degesch +------- +To complete it all, I've also started working on an IRC client. I thought it +would be interesting to build an IRC client on top of libreadline. Also way +simpler than doing it in ncurses. + Building -------- Build dependencies: CMake, pkg-config, help2man, awk, sh, liberty (included) -Runtime dependencies: openssl +Runtime dependencies: openssl, ncursesw (degesch), readline (degesch) $ git clone https://github.com/pjanouch/ZyklonB.git $ git submodule init -- cgit v1.2.3-54-g00ecf