Skip to content

Instantly share code, notes, and snippets.

@marcelocmenezes
Created November 10, 2017 19:09
Show Gist options
  • Save marcelocmenezes/53619f2b406f95159d35021508b42553 to your computer and use it in GitHub Desktop.
Save marcelocmenezes/53619f2b406f95159d35021508b42553 to your computer and use it in GitHub Desktop.
# apt-get update
# apt-get install libcurl4-openssl-dev git build-essential autotools-dev autoconf
# apt-get install libcurl3 libcurl4-gnutls-dev
# mkdir /Downloads
# cd /Downloads
# git clone https://github.com/wolf9466/cpuminer-multi
# cd cpuminer-multi
# ./autogen.sh
# CFLAGS="-march=native" ./configure
# make
# make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment