forked from projectmoon/tenebrous-dicebot
Remove references to olm in dynamic mode. No longer necessary.
This commit is contained in:
parent
bf4ce24b79
commit
b142b87d65
|
@ -41,7 +41,7 @@ the Docker image](#running-the-bot).
|
||||||
### Build from Source
|
### Build from Source
|
||||||
|
|
||||||
Precompiled executables are not yet available. Clone this repository
|
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:
|
Building the project requires:
|
||||||
|
|
||||||
|
@ -49,13 +49,9 @@ Building the project requires:
|
||||||
on Void and Arch, etc).
|
on Void and Arch, etc).
|
||||||
* Rust 1.45.0 or higher.
|
* Rust 1.45.0 or higher.
|
||||||
* OpenSSL/LibreSSL development headers installed.
|
* OpenSSL/LibreSSL development headers installed.
|
||||||
* `olm-sys` crate dependencies: cmake, libstdc++, libolm and its
|
* `olm-sys` crate dependencies: cmake, libstdc++.
|
||||||
development headers.
|
|
||||||
* glibc.
|
* 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?
|
#### Why doesn't it build on musl libc?
|
||||||
|
|
||||||
As far as I can tell, the project doesn't build on musl libc. It
|
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.
|
would need a sheet service.
|
||||||
* Use environment variables instead of config file in Docker image.
|
* 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
|
[config-file]: #Configuration-File
|
||||||
[docker-image]: https://github.com/users/ProjectMoon/packages/container/package/chronicle-dicebot
|
[docker-image]: https://github.com/users/ProjectMoon/packages/container/package/chronicle-dicebot
|
||||||
[dirs]: https://docs.rs/dirs/2.0.2/dirs/
|
[dirs]: https://docs.rs/dirs/2.0.2/dirs/
|
||||||
|
|
Loading…
Reference in New Issue