Update README.md
This commit is contained in:
parent
cc15f19e94
commit
85fd8a46a0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
|
||||||
|
|
||||||
On Linux using g++: add -pthread
|
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.
|
Note: added -lboost_thread to make the json-example thread safe. On some systems you might have to use -lboost_thread-mt instead.
|
||||||
|
|
||||||
#### HTTP
|
#### HTTP
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue