Skip to content

Commit ec56d1e

Browse files
authored
Update docs now that libolm is removed (#740)
1 parent 9fb870e commit ec56d1e

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See also [Complement Crypto](https://github.com/matrix-org/complement-crypto) fo
99

1010
## Running
1111

12-
You need to have Go and Docker >= 20.10 installed, as well as `libolm3` and `libolm-dev`. Then:
12+
You need to have Go and Docker >= 20.10 installed. Then:
1313

1414
```
1515
$ COMPLEMENT_BASE_IMAGE=some-matrix/homeserver-impl go test -v ./tests/...
@@ -24,23 +24,6 @@ If you need to pass environment variables to the image under test, you can:
2424
1. define a pass-through prefix with e.g. `COMPLEMENT_SHARE_ENV_PREFIX=PASS_`; then
2525
2. prefix the desired environment variables with that prefix; e.g. `PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=true`.
2626

27-
### Dependencies
28-
29-
Complement supports encryption via `libolm`. You can install `libolm3` on Debian using something like:
30-
```
31-
echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/complement.list && apt-get update && apt-get install -y libolm3 libolm-dev/buster-backports
32-
```
33-
or on Mac:
34-
```
35-
brew install libolm
36-
```
37-
If you are on an Apple Silicon Mac then you'll need to set these environment variables too so Go can find `libolm`:
38-
```
39-
export LIBRARY_PATH=/opt/homebrew/lib
40-
export CPATH=/opt/homebrew/include
41-
export PATH=/opt/homebrew/bin:$PATH
42-
```
43-
4427
### Potential conflict with firewall software
4528

4629
The homeserver in the test image needs to be able to make requests to the mock

0 commit comments

Comments
 (0)