mpdcron
mpdcron copied to clipboard
mpdcron ./configure: No such file or directory
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 try:
./autogen.sh
./configure --prefix=/usr --enable-gmodule --with-standard-modules=all
sudo make install