

There is an entry for the nf file in the installation guide, but keep in mind not all entries can co-exist at the same time. This file deserves special attention and in my personal experience this was were I needed more help. You will need to fill this file in as explained in the next section. Create a folder named spotifyd and inside this a filed named nf. The cargo install command will install these binaries into the system.Ĭd spotifyd # enter into the folder we cloned from GHĬargo build -release # build binaries from source codeĬargo install -path.

The cargo build command below will build files from the source code we downloaded from GitHub.Sudo apt install rustc cargo libasound2-dev libssl-dev pkg-config # install dependencies for Debian-based (Mint, Ubuntu) Next, clone the repository using git in you /home directory Depending on your Linux distribution you will need different libraries check which here. Install the requirements (apart from Rust and cargo you will need other libraries).If you get nothing from the commands, then you don’t have them installed.

