abba23/spotify-adblock

Following instructions not working - Linux Mint

Closed this issue · 5 comments

Hi,
I'm following instructions, but I have an issue with make

user@computer:~/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

I also read #36 and add sudo apt install build-essential in the process and tried again... but I still have the same issue.

Not sure what I'm doing to be honnest but I try to follow intsructions.

cargo: No such file or directory

Did you install the build prerequisites, Cargo in particular?

I have already Cargo packages but still erorr

(base) fariz@fariz:~/Desktop/spotify-adblock$ sudo make install
# cargo build --profile release
cargo build --release
make: cargo: Command not found
make: *** [Makefile:14: target/release/libspotifyadblock.so] Error 127

cargo: No such file or directory

Did you install the build prerequisites, Cargo in particular?

I don't deal very well with the Terminal but I just have copy/pasted the lines of code you provide, one by one, till I had an error message.

I installed cargo with the intsruction on their website, copy/pasting lines of codes they provided.

Not sure how to fix that

I'm sorry, but I can't provide general Linux support here.

Something has probably gone wrong when you were installing Cargo. Maybe try again and look out for any error messages that you can paste into a web search.

No problem. I found Spicetify, their adblocker works with no hassle or prerequisite.
Exactly what I was looking for.

Now my new problem is to cleanup the prerequisites I installed for your adblocker ^_^
(I guess it's not a big problem to keep them thou)