From 75d66e26ed06ed16035a30bd8593fe4ef3388c64 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 12:32:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d60a6b..63fb40c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen See main.cpp for example usage. +Boost C++ libraries must be installed, go to http://www.boost.org for download and instructions. + Compile with a C++11 compiler supporting regex (for instance g++ 4.9): g++ -O3 -std=c++11 -lboost_system main.cpp httpserver.cpp -o httpserver