From 1697c4f01f247805c86894c89652f3dc42f0c50f Mon Sep 17 00:00:00 2001 From: Lars van de Kerkhof Date: Sat, 9 Jun 2012 23:05:40 +0200 Subject: [PATCH] aded requirements. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50d9c56..d3d494a 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,11 @@ SocketIOHandler.cpp to parse it correctly from you login response. You can probably make the client click through most of your site this way. Always send ``0::`` as the last message. + +Requirements +------------ + +You need to have BOOST installed on your system. I included the other +dependencies in the ``parts`` directory because I developed this in svn. + +This software was tested on mac osx and ubuntu.