2 Installing on Fedora
eric crowder edited this page 2019-10-07 20:57:43 -07:00

Install the requirements (not including Rust)

sudo dnf install portaudio-devel

Clone the repository

git clone https://github.com/Spotifyd/spotifyd.git

Building spotifyd

cd spotifyd cargo build --release

The resulting binary will be placed in target/release/spotifyd

Running spotifyd

You can run it using ./target/release/spotifyd