Add a stubbed IRC client

This commit is contained in:
2015-04-11 21:05:13 +02:00
parent f194a240df
commit d2e62bc80d
2 changed files with 25 additions and 4 deletions

8
README
View File

@@ -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