From cc15f19e941e4dae86de556ffd986edc722503d9 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 10 Jan 2015 10:19:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d1db56..0ae637f 100644 --- a/README.md +++ b/README.md @@ -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