Skip to content

Instantly share code, notes, and snippets.

@ourway
Forked from paulsheldrake/cpuminer_setup.sh
Last active August 29, 2015 14:18
Show Gist options
  • Save ourway/a158a43fb3208abbb5a7 to your computer and use it in GitHub Desktop.
Save ourway/a158a43fb3208abbb5a7 to your computer and use it in GitHub Desktop.
sudo yum -y update
sudo yum -y groupinstall "Development Tools"
sudo yum -y install git libcurl-devel libcurl
# jansson C json library
sudo yum -y install jansson
sudo yum -y install jansson-devel
# install cpuminer
git clone --recursive https://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
cd ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment