From b142b87d65b3a558fd741de3ac2b2c67daecd7d3 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Tue, 3 Nov 2020 21:55:13 +0000 Subject: [PATCH] Remove references to olm in dynamic mode. No longer necessary. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 748725e..de2f638 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ the Docker image](#running-the-bot). ### Build from Source Precompiled executables are not yet available. Clone this repository -and run `OLM_LINK_VARIANT=dylib cargo install`. +and run `cargo install`. Building the project requires: @@ -49,13 +49,9 @@ Building the project requires: on Void and Arch, etc). * Rust 1.45.0 or higher. * OpenSSL/LibreSSL development headers installed. -* `olm-sys` crate dependencies: cmake, libstdc++, libolm and its - development headers. +* `olm-sys` crate dependencies: cmake, libstdc++. * glibc. -Note: The `olm-sys` crate must be built in dynamic linking mode until -a [bug][gnome-bug] in its build process is fixed. - #### Why doesn't it build on musl libc? As far as I can tell, the project doesn't build on musl libc. It @@ -219,7 +215,6 @@ The most basic plans are: would need a sheet service. * Use environment variables instead of config file in Docker image. -[gnome-bug]: https://gitlab.gnome.org/BrainBlasted/olm-sys/-/issues/6 [config-file]: #Configuration-File [docker-image]: https://github.com/users/ProjectMoon/packages/container/package/chronicle-dicebot [dirs]: https://docs.rs/dirs/2.0.2/dirs/