<html> <h1>Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)</h1> <p>Please make sure you have an Ubuntu 16.04 system running. If not follow the first guide: <a href="https://steemit.com/eos/@guccip/guide-install-eos-on-an-ubuntu-16-04-virtual-machine-beginners">https://steemit.com/eos/@guccip/guide-install-eos-on-an-ubuntu-16-04-virtual-machine-beginners</a></p> <h2>3 Install EOS.IO from GitHub</h2> <p>In your terminal, run the following command to install git:</p> <pre><code>sudo apt-get install git</code></pre> <p>Once finished, you can clone/download the EOS.IO repository with the following command: </p> <pre><code>git clone https://github.com/eosio/eos --recursive</code></pre> <p><br> https://steemitimages.com/DQmXmZgMyvufkMRgpvMHtpeso4zXSRuGXg9xThV976VH378/image.png</p> <p>Open the newly downloaded data by changing the directory to “eos”:</p> <pre><code>cd eos</code></pre> <p>The command “dir” will show you all the files downloaded from the GitHub repository. One issue with the current GitHub branch is that it’s broken and not working for new users. We’ll have to checkout an earlier build to make it run:</p> <pre><code>git checkout DAWN-2018-01-25</code></pre> <p><br> </p> <p>Once checked out, run “dir” again and the files should be somewhat different now. Notice that the earlier build is not fully rebranded to “eosio”. The official documentation will tell you to run ./eosio_build.sh, which is not present here. Instead, run the automated build script like this (should take ~30 minutes or more if running on a virtual machine):</p> <pre><code>./build.sh ubuntu</code></pre> <p><br> </p> <p>When the build-step is finished you can see your newly generated EOS files in the build folder. The next step is to make binaries.</p> <p><br> </p> <pre><code>cd build<br> sudo make install</code></pre> <p><br> </p> <p>Next step is to try to run EOS.IO for the first time. Switch into the eosd folder and run ./eosd:</p> <pre><code>cd eosd<br> ./eosd</code></pre> <p></p> <p>You will get an error message that the genesis block is missing. This is expected.</p> </html>
author | guccip |
---|---|
permlink | guide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3 |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmXmZgMyvufkMRgpvMHtpeso4zXSRuGXg9xThV976VH378/image.png","https://steemitimages.com/DQmNqSAnk2BgpYu1HjEB3Bkx27FrTVdUhohJhZbgmvZcryV/image.png","https://steemitimages.com/DQmadSz1cMk3sqaC1e4c4Xvm21JJHX16kzJfYciWmNuiz6D/image.png","https://steemitimages.com/DQmSyNwhUL7XecoLBdneRiojDj7anzPL39hhabS8dyF7V71/image.png","https://steemitimages.com/DQmXSJsdCJ3Kgf1qWQotNcm1Vm6PvGmJxWiTbtHKLbtWcyA/image.png","https://steemitimages.com/DQmbBePR6Fwmea6RnezP4oNjU7yv2pCUWpM3LjkyHFPum9R/image.png"],"links":["https://steemit.com/eos/@guccip/guide-install-eos-on-an-ubuntu-16-04-virtual-machine-beginners"],"app":"steemit/0.1","format":"html"} |
created | 2018-03-10 14:13:03 |
last_update | 2018-03-10 14:13:03 |
depth | 0 |
children | 2 |
last_payout | 2018-03-17 14:13:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,545 |
author_reputation | 887,131,772 |
root_title | "Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,526,503 |
net_rshares | 26,496,793,911 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptokens | 0 | 25,084,442,616 | 100% | ||
tsto | 0 | 1,289,821,211 | 100% | ||
critesjosh | 0 | 122,530,084 | 100% |
after running `sudo make install` i get this error: `make: *** No rule to make target `install'. Stop.`
author | critesjosh |
---|---|
permlink | re-guccip-guide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3-20180311t195531578z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-03-11 19:55:45 |
last_update | 2018-03-11 19:55:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-18 19:55:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 0 |
root_title | "Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,767,545 |
net_rshares | 0 |
Hey, I just uploaded part 3 of the guide. If you follow it 1:1 it should work. https://steemit.com/eos/@guccip/guide-install-eos-on-an-ubuntu-16-04-virtual-machine-3-3
author | guccip |
---|---|
permlink | re-guccip-guide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3-20180329t162331870z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/eos/@guccip/guide-install-eos-on-an-ubuntu-16-04-virtual-machine-3-3"],"app":"steemit/0.1"} |
created | 2018-03-29 16:23:33 |
last_update | 2018-03-29 16:23:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-05 16:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 887,131,772 |
root_title | "Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,305,351 |
net_rshares | 0 |