From bd9d5faa94d81c037005a20b1077444eec3294c0 Mon Sep 17 00:00:00 2001 From: Payden Sutherland Date: Thu, 15 Nov 2012 11:14:07 -0500 Subject: [PATCH] Update README.md again --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 518fae4..ad19228 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,11 @@ certain events occur (onopen, onmessage, onclose, onerror). Your best bet for getting started is to look at test.c which shows how to connect to an echo server using libwsclient calls. +Also, to install: + +./autogen.sh +./configure && make && sudo make install + +Then link your C program against websock: '-lwebsock' +