summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index c87887a..017f210 100644
--- a/README
+++ b/README
@@ -34,9 +34,13 @@ Requirements
https://github.com/json-c/json-c/wiki
* glib2: for direct execution of children in the worker
http://www.gtk.org/
-* libdaemon: for daemonizing support on Unix
* linenoise: lightweight editline/readline replacement for the baruda client 'bcli'
+ https://github.com/antirez/linenoise
+ (integrated)
+* http-tiny: simple web client library, used by the 'cli' to talk to the master.
+ http://www.demailly.com/~dl/http-tiny-1.2.tar.gz
(integrated)
+* libdaemon: for daemonizing support on Unix
Other projects
--------------