美文网首页EOS
EOS 源码编译安装

EOS 源码编译安装

作者: 比特松 | 来源:发表于2018-10-23 08:44 被阅读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 组件介绍

    相关文章

      网友评论

        本文标题:EOS 源码编译安装

        本文链接:https://www.haomeiwen.com/subject/mjkozftx.html