解决方案,终端执行以下命令
cd ~/eos/build sudo make install
export LLVM_DIR=/usr/local/Cellar/llvm\@4/4.0.1/lib/cmake
https://github.com/EOSIO/eos/issues/43
brew unlink gettext && brew link --force gettext find /usr -name libintl* -print 2>/dev/null
参考链接 https://github.com/EOSIO/eos/issues/2028?ref=tokendaily
是因为 nodeos 已经在运行了,执行
pkill nodeos
获取EOS代码 `git clone https://github.com/eosio/eos --recursive`
更新子模块 `git submodule update --init --recursive`
执行sh 自动安装 `cd eos` `./eosio_build.sh`
安装会先自动判断系统硬件是否符合安装条件及系统版本是否支持。
漫长等待,半小时左右,网络不好的话,40 - 50分钟。
编译完成后 `cd eos/build` 执行 `sudo make install` 否则会提示各种程序无法找到问题
常见问题
eos fatal: destination path ‘llvm’ already exists and is not an empty directory