diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:05:13 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:05:13 +0200 |
commit | d2e62bc80dc20efd4d9eb68ae364d9c8fa4dc774 (patch) | |
tree | 2c57501c78eb48ffcb20d0f5b9b73358a56f51b9 /README | |
parent | f194a240dfce21538c64c0ea6e9d6d18b30f1e66 (diff) | |
download | xK-d2e62bc80dc20efd4d9eb68ae364d9c8fa4dc774.tar.gz xK-d2e62bc80dc20efd4d9eb68ae364d9c8fa4dc774.tar.xz xK-d2e62bc80dc20efd4d9eb68ae364d9c8fa4dc774.zip |
Add a stubbed IRC client
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |