Update README.md

This commit is contained in:
Ole Christian Eidheim 2014-07-05 12:13:00 +02:00
commit 501f7933ab

View file

@ -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