From b0a010b1539fe6409f398bb209b156187c959c41 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Thu, 16 Mar 2017 20:20:16 +0100 Subject: Support building as a static library Signed-off-by: Andreas Zwinkau --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0141aa2..6a2d938 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,12 @@ To build the Xcode workspace for Objective-C bindings, run: pod install open OLMKit.xcworkspace +To build olm as a static library (which still needs libstdc++ dynamically) run: + +.. code:: bash + + make static + Release process --------------- -- cgit v1.2.3