From 3a1dce698601fb22eb695f662efc174dec7ea40c Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 18 Mar 2018 14:57:29 +1000 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0716d986..5b2731d0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Features - Compilable as both C and C++. - Easy to build. - It should Just Work out of the box, without the need to download and install any dependencies. - - Does not require linking to anything on the Windows build and only -ldl on Linux. + - Does not require linking to anything on the Windows build and only -ldl and -lpthread on Linux. - The header section does not include any platform specific headers. - A very simple API. - Transparent data structures with direct access to internal data.