m-pays / m-cpuminer-v2

Latest miner (m-minerd)
Other
89 stars 63 forks source link

aclocal not found #3

Closed oleersoy closed 6 years ago

oleersoy commented 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?

MarkusOstermayer commented 6 years ago

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

oleersoy commented 6 years ago

Got it - Thanks!