aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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
---------------