Difference between revisions of "Ethereum: Git Clone Genoil"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " git clone https://github.com/Genoil/cpp-ethereum mkdir build; cd build cmake .. cmake --build .")
 
Line 1: Line 1:
 +
apt install git
 
  git clone https://github.com/Genoil/cpp-ethereum
 
  git clone https://github.com/Genoil/cpp-ethereum
  

Revision as of 16:34, 19 November 2017

apt install git
git clone https://github.com/Genoil/cpp-ethereum
mkdir build; cd build
cmake ..
cmake --build .