安装EOS最新版

作者: 站长_郭生 | 来源:发表于2018-06-25 15:28 被阅读0次

    下载GitHub:https://github.com/EOSIO/eos

    运行:

    cd eos

    ./eosio_build.sh

    运行过程中报错: Operation timed out after 30001 milliseconds with 0 out of 0 bytes... 

    国内会有2个mongodb源下载超时。可以手动下载替代 存放目录~/opt/xxx.tgz

    编译成功按提示执行命令:

    On Linux platforms:

    ~/opt/mongodb/bin/mongod  -f ~/opt/mongodb/mongod.conf &

    On MacOS:

    /usr/local/bin/mongod  -f  /usr/local/etc/mongod.conf &

    source /opt/rh/python33/enable

    export PATH=${HOME}/opt/mongodb/bin:$PATH

    cd /project/eos/build; make test

    相关文章

      网友评论

        本文标题:安装EOS最新版

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