Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Last active April 20, 2018 22:30
Show Gist options
  • Save tpmccallum/a139edb43ce14f8aaded90789a503e24 to your computer and use it in GitHub Desktop.
Save tpmccallum/a139edb43ce14f8aaded90789a503e24 to your computer and use it in GitHub Desktop.
Ubuntu commands for EOS Dawn 3.0 install

If you have a ~/opt directory full of folders like boost, delete that before commencing the following (rather get everything fresh)

cd ~
git clone https://github.com/EOSIO/eos.git
cd ~/eos
git submodule update --init --recursive
./eosio_build.sh

To make the executable programs available (such as eosiocpp) run the following commands

cd ~/eos/build
sudo make install

Once it is installed use the following commands to run the unit tests

~/opt/mongodb/bin/mongod -f ~/opt/mongodb/mongod.conf &
cd ~/eos/build
make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment