create account

Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3) by guccip

View this thread on: hive.blogpeakd.comecency.com
· @guccip ·
$0.09
Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)
<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:&nbsp;</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>
![](https://steemitimages.com/DQmNqSAnk2BgpYu1HjEB3Bkx27FrTVdUhohJhZbgmvZcryV/image.png)</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>
![](https://steemitimages.com/DQmadSz1cMk3sqaC1e4c4Xvm21JJHX16kzJfYciWmNuiz6D/image.png)</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>
![](https://steemitimages.com/DQmSyNwhUL7XecoLBdneRiojDj7anzPL39hhabS8dyF7V71/image.png)</p>
<pre><code>cd build<br>
sudo make install</code></pre>
<p><br>
![](https://steemitimages.com/DQmXSJsdCJ3Kgf1qWQotNcm1Vm6PvGmJxWiTbtHKLbtWcyA/image.png)</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>![](https://steemitimages.com/DQmbBePR6Fwmea6RnezP4oNjU7yv2pCUWpM3LjkyHFPum9R/image.png)</p>
<p>You will get an error message that the genesis block is missing. This is expected.</p>
</html>
👍  , ,
properties (23)
authorguccip
permlinkguide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3
categoryeos
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"}
created2018-03-10 14:13:03
last_update2018-03-10 14:13:03
depth0
children2
last_payout2018-03-17 14:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.072 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,545
author_reputation887,131,772
root_title"Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,526,503
net_rshares26,496,793,911
author_curate_reward""
vote details (3)
@critesjosh ·
after running 

`sudo make install`

i get this error: 

`make: *** No rule to make target `install'.  Stop.`
properties (22)
authorcritesjosh
permlinkre-guccip-guide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3-20180311t195531578z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-03-11 19:55:45
last_update2018-03-11 19:55:45
depth1
children0
last_payout2018-03-18 19:55:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation0
root_title"Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,767,545
net_rshares0
@guccip ·
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
properties (22)
authorguccip
permlinkre-guccip-guide-install-eos-on-an-ubuntu-16-04-virtual-machine-2-3-20180329t162331870z
categoryeos
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"}
created2018-03-29 16:23:33
last_update2018-03-29 16:23:33
depth1
children0
last_payout2018-04-05 16:23:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation887,131,772
root_title"Guide: Install EOS on an Ubuntu 16.04. Virtual Machine (2/3)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,305,351
net_rshares0