aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
commitaca98a4b2c9d0be48be773fbf438a8477698ef14 (patch)
tree9d629a3c71085aae7f6126ebd05e70b88cefb0f6 /README.md
parente9f28194fb4dd8eec1be7b2cde81fadc60dc78ff (diff)
downloadrunes-aca98a4b2c9d0be48be773fbf438a8477698ef14.tar.gz
runes-aca98a4b2c9d0be48be773fbf438a8477698ef14.zip
convert to libevent
also remove all code supporting threading stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3ad8310..11b7444 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ looking into new extensions.
Building
--------
-Runes requires cairo, xlib, and libuv. Once those dependencies are installed,
-you should be able to build it just by running `make`. If you're interested in
-modifying the parser, you'll also need to install flex.
+Runes requires cairo, xlib, and libevent. Once those dependencies are
+installed, you should be able to build it just by running `make`. If you're
+interested in modifying the parser, you'll also need to install flex.
Contributing
------------