abba23 / spotify-adblock-linux

Spotify adblocker for Linux
GNU General Public License v3.0
720 stars 69 forks source link

when building, I get error 127 #3

Closed athaun closed 5 years ago

athaun commented 5 years ago

after following the steps in the readme, I got this error when I ran make gcc -Wall -shared -fPIC -o spotify-adblock.so -ldl spotify-adblock.c whitelist.h make: gcc: Command not found Makefile:9: recipe for target 'spotify-adblock.so' failed make: *** [spotify-adblock.so] Error 127

abba23 commented 5 years ago

gcc: Command not found

You're missing GCC. Install GCC.

athaun commented 5 years ago

Thanks!