编译(Linux)
下载源码
git clone https://github.com/EOSIO/eos --recursive
编译
cd eos
./eosio_build.sh
安装
#脚本运行
cd build
make install
#或者拷贝下面的几个文件到path中
cleos eosio-abigen eosio-launcher keosd nodeos
完结
最后更新于
git clone https://github.com/EOSIO/eos --recursive
cd eos
./eosio_build.sh
#脚本运行
cd build
make install
#或者拷贝下面的几个文件到path中
cleos eosio-abigen eosio-launcher keosd nodeos
最后更新于