abba23/spotify-adblock

unable to make

5odead opened this issue · 2 comments

$ sudo make install

# cargo build --profile release
cargo build --release
make: cargo: Command not found
make: *** [Makefile:14: target/release/libspotifyadblock.so] Error 127

i guess this error came up because i dont have rust installed so i installed it using
curl https://sh.rustup.rs -sSf | sh
but the error still came up

cargo: Command not found

You need to install Cargo (Rust's package manager). It's mentioned in the build prerequisites.

If you're using Rustup, also don't forget to set up your default toolchain (e.g. run rustup install stable and rustup default stable).

FYI, I used the cargo-binstall from the official Arch community repo and it built successfully.