From f6a11cbfd6029abb9cbc50264d2b747d3f9e427f Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Tue, 1 May 2018 18:04:21 -0700 Subject: [PATCH] Add a note about building .so --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 593e656..1b530d8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Some usage examples are also available in the test cases under [t/](https://gith # Compiling +NOTE: Use `-DBUILD_SHARED_LIBS=ON` to build as a shared library. + ``` mkdir bin cd bin