minor documentation fixes

dkasak/session-export-format-version-errata
Hubert Chathi 2022-05-30 13:55:10 -04:00
parent 14c5ea70d4
commit d18d12d379
1 changed files with 2 additions and 5 deletions

View File

@ -54,7 +54,7 @@ To build the android project for Android bindings, run:
```bash
cd android
./gradlew clean assembleRelease
./gradlew clean build
```
To build the Xcode workspace for Objective-C bindings, run:
@ -65,7 +65,7 @@ pod install
open OLMKit.xcworkspace
```
To build the Python bindings, first build olm as a shared library as above, and
To build the Python 3 bindings, first build olm as a shared library as above, and
then run:
```bash
@ -73,9 +73,6 @@ cd python
make
```
to make both the Python 2 and Python 3 bindings. To make only one version, use
``make olm-python2`` or ``make olm-python3`` instead of just ``make``.
### Using make instead of cmake
**WARNING:** Using cmake is the preferred method for building the olm library;