So I just spent a long part of the day doing this and now I'm at a point where I have all the required MinGW, openssl 1.1.0...
This is what I get:
$ winbuild.sh
make: *** No rule to make target `distclean'. Stop.
clean
./autogen.sh: line 8: aclocal: command not found
done
./winbuild.sh: line 21: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
c:\msys\1.0\opt\windows_64\bin\strip.exe: 'cpuminer': No such file
flow@FLOX /c/cpuminer-opt-3.6.5
$ ./autogen.sh
./autogen.sh: line 8: aclocal: command not found
This is on Win10x64, 16Gb ram, I don't know what else you need, I have built everything using x64 I believe, do you have any idea?
Did you downlolad the source from git? Try the tarball instead. It might be a problem with aclocal.
Yeah it was the zip and now I just tried again with the tarball and same issue...