Install
rsspls
can be installed via one of the following methods:
Download
Pre-compiled binaries are available for a number of platforms. They require no additional dependencies on your computer.
- FreeBSD 13+ amd64
- Linux — Runs on glibc _and_ Musl based distributions including Alpine, Arch, Chimera, Debian, Fedora, and Ubuntu, etc:
- MacOS Universal
- Windows x86_64
Example to download and extract a binary:
curl https://releases.wezm.net/rsspls/0.10.0/rsspls-0.10.0-x86_64-unknown-linux-musl.tar.gz | tar zxf -
This will result in the rsspls
binary in the current directory.
Package Manager
rsspls
is packaged in these package managers:
Build From Source
Minimum Supported Rust Version: 1.70.0
rsspls
is implemented in Rust. See the Rust website for instructions on
installing the toolchain.
From Git Checkout or Release Tarball
Build the binary with cargo build --release --locked
. The binary will be in
target/release/rsspls
.
From crates.io
cargo install rsspls