From f6e9801cd5df859da796bbdfcb23f145f4c854ab Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 6 Mar 2022 14:02:23 -0500 Subject: [PATCH] README: mention need for libolm in source instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b21a9ec..146aa3f 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ $ yay -S tallyard-git ## From Source -Ensure you have the [Go](https://golang.org) programming language installed. -Then: +Ensure you have [golang](https://golang.org) and the +[libolm](https://gitlab.matrix.org/matrix-org/olm) library (plus headers) +installed. Then: ```sh $ wget -O tallyard-v0.4.0.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.0.tar.gz -- 2.38.4