Browse Source

Add newer apt repository for updated libolm

Signed-off-by: Nikos Filippakis <me@nfil.dev>
pull/333/head
Nikos Filippakis 4 years ago
parent
commit
c24063603b
No known key found for this signature in database GPG Key ID: 7110E4356101F017
  1. 3
      .travis.yml
  2. 2
      README.md

3
.travis.yml

@ -4,8 +4,9 @@ language: go
go:
- 1.14
install:
- echo 'deb http://archive.ubuntu.com/ubuntu/ focal universe' | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get -y install libolm2 libolm-dev
- sudo apt-get -y install libolm3 libolm-dev
- go get golang.org/x/lint/golint
- go get github.com/fzipp/gocyclo

2
README.md

@ -202,7 +202,7 @@ Before submitting pull requests, please read the [Matrix.org contribution guidel
# Developing
This project depends on `libolm` for the end-to-end encryption. Therefore,
you need to install `libolm2` and `libolm-dev` on Ubuntu / `libolm-devel` on
you need to install `libolm3` and `libolm-dev` on Ubuntu / `libolm-devel` on
CentOS to be able to build and run it.
There's a bunch more tools this project uses when developing in order to do

Loading…
Cancel
Save