Just tried to compile the cpuminer at the
Mining forum which I downloaded as a zip file from
Github and got the following errors from make (in ubuntu).
---------------------------------------------------
>make Makefile
make: *** No rule to make target `Makefile'. Stop.
>make Makefile.am
make: Nothing to be done for `Makefile.am'.
---------------------------------------------------
The readme contains the following info about the linux build.
---------------------------------------------------
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
CFLAGS="-O3 -Wall -msse2" ./configure
make
---------------------------------------------------
I haven't used C or make in a long time, so can anyone tell what is wrong here?
Thanks in advance.