Ethereum: Git Clone Genoil: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump 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) No edit summary |
||
| 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 09:34, 19 November 2017
apt install git git clone https://github.com/Genoil/cpp-ethereum
mkdir build; cd build cmake .. cmake --build .