Difference between revisions of "Ethereum: Git Clone Genoil"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " git clone https://github.com/Genoil/cpp-ethereum mkdir build; cd build cmake .. cmake --build .") |
Onnowpurbo (talk | contribs) |
||
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 .