Packaging
Binary-based distros can grab the latest pre-compiled binary from the releases page.
Source-based distros, if they wish to build wallust
from source, must ensure
that the following dependencies are available:
- Build Dependencies:
- Rust (
cargo
,rustc
) - make (or install man pages and completions manually)
- Rust (
- Runtime Dependencies
imagemagick
is required only for thewal
backend, such limiting should be mentined and considered an optional dependency, since all other backends work without it.