From 501f7933ab63494c71fe8419fcf079281cb7c460 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 12:13:00 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 700f95f..5d60a6b 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen See main.cpp for example usage. 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