mpdcron icon indicating copy to clipboard operation
mpdcron copied to clipboard

mpdcron ./configure: No such file or directory

Open kudumi opened this issue 11 years ago • 1 comments

I am on mac osx (10.9.1), I did the following

git clone https://github.com/alip/mpdcron.git

cd mpdcron

./configure

No such file or directory

Also I have installed required packages libdaemon-0.13 or newer libmpdclient-2.1 or newer glib-2.18 or news

even compiled autotools

I have no idea what I'm missing here :(

kudumi avatar Feb 21 '14 17:02 kudumi

@kudumi try:

./autogen.sh
./configure --prefix=/usr --enable-gmodule --with-standard-modules=all
sudo make install

rafi avatar May 15 '14 17:05 rafi