abba23 / spotify-adblock

Adblocker for Spotify
https://github.com/abba23/spotify-adblock
1.82k stars 88 forks source link

Following instructions not working - Linux Mint #171

Closed skal-dB closed 5 months ago

skal-dB commented 6 months ago

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.

abba23 commented 6 months ago

cargo: No such file or directory

Did you install the build prerequisites, Cargo in particular?

blizaga commented 5 months ago

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
skal-dB commented 5 months ago

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

abba23 commented 5 months ago

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.

skal-dB commented 4 months ago

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)