aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndreas Zwinkau <qznc@web.de>2017-03-16 20:20:16 +0100
committerRichard van der Hoff <richard@matrix.org>2017-03-24 10:20:49 +0000
commitb0a010b1539fe6409f398bb209b156187c959c41 (patch)
tree371c10b82b150295762688aeffdb592bd439c743 /README.rst
parent793cec02682ae2e483b97c68797bb549e9b9320f (diff)
Support building as a static library
Signed-off-by: Andreas Zwinkau <qznc@web.de>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
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
---------------