abba23/spotify-adblock

not working

Closed this issue · 1 comments

┌──(amir㉿kali)-[~/github]
└─$ git clone https://github.com/abba23/spotify-adblock.git
Cloning into 'spotify-adblock'...
remote: Enumerating objects: 108, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 108 (delta 55), reused 40 (delta 39), pack-reused 41
Receiving objects: 100% (108/108), 58.52 KiB | 581.00 KiB/s, done.
Resolving deltas: 100% (56/56), done.

┌──(amir㉿kali)-[~/github]
└─$ cd spotify-adblock

┌──(amir㉿kali)-[~/github/spotify-adblock]
└─$ make

cargo build --profile release

cargo build --release
make: cargo: No such file or directory
make: *** [Makefile:14: target/release/libspotifyadblock.so] Error 127

┌──(amir㉿kali)-[~/github/spotify-adblock]
└─$ sudo make install
[sudo] password for amir:

cargo build --profile release

cargo build --release
make: cargo: No such file or directory
make: *** [Makefile:14: target/release/libspotifyadblock.so] Error 127

┌──(amir㉿kali)-[~/github/spotify-adblock]

cargo: No such file or directory

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).