From 40ea6cf3817d7a7ac053ed9c1d3e44910e0475c8 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Mon, 26 May 2014 08:34:46 +0300 Subject: add README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3