EOS

EOS 源码编译安装

2018-10-23  本文已影响0人  比特松

1、git clone

$ git clone https://github.com/EOSIO/eos --recursive

如果前面忘记 --recursive 的话还可以执行

git submodule update --init --recursive

2、Build

下载完成后转入 eos 目录开始 build

$ cd eos
$ ./eosio_build.sh

build 成功后可以看到 EOSIO 的提示信息


build 成功提示

3、Install

需要的话可以安装

$ sudo ./eosio_install.sh

install 成功后可看到 EOSIO 的提示信息


install 成功提示

Tips

如果速度特别慢,或者有些库总是下载失败的话,记得打开科学上网


Reference
https://github.com/EOSIO/eos
https://www.eosdocs.io/dappdevelopment/software/compile/
https://developers.eos.io/eosio-nodeos/docs/getting-the-code


相关链接
EOS 编译 FAQ
EOS 组件介绍

上一篇下一篇

猜你喜欢

热点阅读