spotify-adblock icon indicating copy to clipboard operation
spotify-adblock copied to clipboard

Following instructions not working - Linux Mint

Open skal-dB opened this issue 1 year ago • 2 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.

skal-dB avatar Mar 08 '24 17:03 skal-dB

cargo: No such file or directory

Did you install the build prerequisites, Cargo in particular?

abba23 avatar Mar 09 '24 20:03 abba23

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

blizaga avatar Mar 24 '24 06:03 blizaga

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

skal-dB avatar Mar 27 '24 16:03 skal-dB

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.

abba23 avatar Mar 28 '24 07:03 abba23

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)

skal-dB avatar May 05 '24 00:05 skal-dB