Created
March 16, 2014 19:32
-
-
Save joshdvir/9588562 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# update your application db | |
apt-get update | |
# install dependencies | |
sudo apt-get install build-essential libcurl4-openssl-dev | |
# clone the cpuminer vertcoin repository | |
git clone https://github.com/Bufius/cpuminer-vert.git | |
# cd into it | |
cd cpuminer-vert | |
# configure | |
./autogen.sh | |
./configure CFLAGS="-O3" | |
# build | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment