aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4b41d69
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+# libuvh
+
+A simple http server using libuv for eventloop, and http-parser for doing the
+protocol.
+
+To build, you need libuv. Once that is in order, build libuvh:
+
+ $ export CPPFLAGS=-I/path/to/libuv/includes
+ $ export LDFLAGS=-L/path/to/libuv/libraries
+ $ make all