Update README.md
This commit is contained in:
parent
e1f7d81d95
commit
cc15f19e94
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
|
|||
|
||||
On Linux using g++: add -pthread
|
||||
|
||||
Note: added -lboost_thread to make the json-example thread safe. On some systems you might have to write -lboost_thread-mt instead.
|
||||
|
||||
#### HTTP
|
||||
|
||||
g++ -O3 -std=c++11 http_examples.cpp -lboost_system -lboost_thread -o http_examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue