安裝EOS最新版

weixin_34138377發表於2018-06-25

下載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

相關文章