编译(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 --recursivecd eos
./eosio_build.sh#脚本运行
cd build
make install
#或者拷贝下面的几个文件到path中
cleos eosio-abigen eosio-launcher keosd nodeos最后更新于