Closed oleersoy closed 6 years ago
Hi, I get the following when trying to run the build:
ole@mkiv:~/Miners/m-cpuminer-v2$ ./autogen.sh && ./configure CFLAGS="-O3" CXXFLAGS="-O3" && make ./autogen.sh: 8: ./autogen.sh: aclocal: not found
Thoughts?
Make sure you have all the required packets installed.
Try the following: sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
Got it - Thanks!
Hi, I get the following when trying to run the build:
Thoughts?