aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-10-28 02:39:37 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2014-10-28 02:39:37 +0100
commit74965b0f66f1907346df49c1eebb07169d26129d (patch)
treecab8e1e5745db920685b3ff28f112d89971c0821 /README
parent606c5f43af3b9b7a5f1484540e7455346bba31c9 (diff)
downloadneetdraw-74965b0f66f1907346df49c1eebb07169d26129d.tar.gz
neetdraw-74965b0f66f1907346df49c1eebb07169d26129d.tar.xz
neetdraw-74965b0f66f1907346df49c1eebb07169d26129d.zip
Rewrite to use libev
libuv is too immature so far and I'm not in the mood to try and link it statically via some horrible hack (no CMake support). Also libev is much closer to my understanding of event loops. The messaging model stays for when/if I want to return to libuv.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2ee09f8..c1956aa 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ autistdraw
Building and Running
--------------------
-Build dependencies: CMake, pkg-config, ncursesw, libuv>=0.11.x, termo (included)
+Build dependencies: CMake, pkg-config, ncursesw, libev, termo (included)
$ git clone https://github.com/pjanouch/autistdraw.git
$ git submodule init