兄弟連區塊鏈教學團隊的技術部落格
阿新 • • 發佈:2019-01-25
第一步:下載github上的程式碼
git clone https://github.com/EOSIO/eos --recursive
第二步:執行安裝程式
cd eos
./eosio_build.sh
以上過程大概需要20-30分鐘
第三步:安裝包
cd ../build
make install
完成安裝
第四步:驗證安裝是否成功
首先,執行mongod,在Linux系統中,執行:
~/opt/mongodb/bin/mongod -f ~/opt/mongodb/mongod.conf &
在Mac系統中,執行:
/usr/local/bin/mongod -f /usr/local/etc/mongod.conf &
然後,執行以下命令,用於檢驗eosio是否安裝成功:
make test
注意:
1- EOSIO的安裝最低配置是
- 7GB RAM free required
- 20GB Disk free required
如果電腦配置不滿足,會提示資源不足。 請進到eos/scripts/
路徑,修改對應的sh檔案,找到Your system must have 7 or more Gigabytes of physical memory installed
字樣,或者You must have at least %sGB of available storage to install EOSIO
,將後面的exit 1
2- 編譯時間在20-30分鐘
為了編譯過程順暢,建議使用海外伺服器。如:DigitalOcean
3- 目前eosio支援的作業系統
Amazon 2017.09 and higher.
Centos 7.
Fedora 25 and higher (Fedora 27 recommended).
Mint 18.
Ubuntu 16.04 (Ubuntu 16.10 recommended).
MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended).
網址:http://www.qukuailianxueyuan.io/
欲領取造幣技術與全套虛擬機器資料
區塊鏈技術交流QQ群:756146052 備註:CSDN
尹成學院微信:備註:CSDN