Skip to content

Instantly share code, notes, and snippets.

@ghoti143
Last active March 19, 2018 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghoti143/af22bc0afccd350bfaec8f3f28f3cc55 to your computer and use it in GitHub Desktop.
Save ghoti143/af22bc0afccd350bfaec8f3f28f3cc55 to your computer and use it in GitHub Desktop.
building EOS 2.x

downloading and building eos 2.x

  1. create new aws instance - m5.4xlarge

  2. launch instance

  3. screen -S eosbld

  4. git clone https://github.com/eosio/eos --recursive

  5. cd eos

  6. git checkout dawn-2.x

  7. git submodule init && git submodule update

  8. ./build.sh ubuntu

  9. ... wait, get coffee, play outside ...

  10. after successful build, run make install in the eos/build directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment