Update README.md
This commit is contained in:
parent
eee137af70
commit
75d66e26ed
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue