ZCash Miner: nheqminer: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) Replaced content with " sudo apt-get upgrade sudo apt-get update sudo apt install qt5-default sudo apt-get install cmake build-essential libboost-all-dev cd /usr/local/src git clone https:/..." |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
sudo apt-get install cmake build-essential libboost-all-dev | sudo apt-get install cmake build-essential libboost-all-dev | ||
cd /usr/local/src | cd /usr/local/src | ||
git clone https://github.com/sarath-hotspot/nheqminer | git clone https://github.com/sarath-hotspot/nheqminer | ||
cd nheqminer/nheqminer | cd nheqminer/nheqminer | ||
mkdir build | mkdir build | ||
Revision as of 21:42, 13 September 2017
sudo apt-get upgrade sudo apt-get update sudo apt install qt5-default sudo apt-get install cmake build-essential libboost-all-dev cd /usr/local/src git clone https://github.com/sarath-hotspot/nheqminer cd nheqminer/nheqminer mkdir build cd build cmake .. make