murbert I'm trying to add a plugin to Deadbeef music player. I downloaded and extracted the plugin I want to /home/murbert0/.config/deadbeef. No joy. I read the instructions for Ubuntu online and created and extracted to /home/murbert0/.local/lib/deadbeef. No joy. The plugin I want to use https://github.com/DeaDBeeF-Player/bs2b Some info on the idea http://bs2b.sourceforge.net/ Any help is much appreciated
fogary Download and unzip the archive, open the bs2b directory in the terminal, run the make command. Copy the file ddb_bs2b.so to ~/.local/lib/deadbeef.
murbert fogary I did as instructed and got this cc -std=c99 -fPIC -Wall -I./libbs2b-3.1.0/src bs2b.c -c -o bs2b.o make: cc: No such file or directory make: *** [Makefile:18: bs2b.o] Error 127