I try to build the quarkcoin-cpuminer on Ubuntu 13.04.
I do everything like it is written in the Readme. But when
I ./configure I get:
./configure: line 5534: syntax error near unexpected token `,'
./configure: line 5534: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
I read somewhere that my libcurl config is broken and that i
should build from tarball. But there is no tarball available.
What can I do? Does someone know a solution? Thanks!
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt
install libcurl4-openssl-dev and then do ./autogen.sh && ./configure
EDIT: if ./autogen.sh fails, install autoconf