Browse Source
Add newer apt repository for updated libolm
Signed-off-by: Nikos Filippakis <me@nfil.dev>
pull/333/head
Nikos Filippakis
5 years ago
No known key found for this signature in database
GPG Key ID: 7110E4356101F017
2 changed files with
3 additions and
2 deletions
-
.travis.yml
-
README.md
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|