when i start “./scrips/cli/start_clit_testnet.sh”,hapen above problem,i donot how to resove .
if somebody know,please tell me
when i start “./scrips/cli/start_clit_testnet.sh”,hapen above problem,i donot how to resove .
if somebody know,please tell me
Your images are blurred a little bit. what was the error message?
Many issues i saw here, nevertheless, are from testnet update or developers’ machine environment.
Maybe ubuntu8 is not suit the project ,so I used Centos,and on it ,there are issures about this
to resolve this ,the result is than cmake install without gcc,this is my introduction:
步骤一、安装gcc等必备程序包(已安装则略过此步)
yum install -y gcc gcc-c++ make automake
步骤二、安装wget (已安装则略过此步)
yum install -y wget
步骤三、获取CMake源码包
wget https://github.com/Kitware/CMake/releases/download/v3.14.0-rc2/cmake-3.14.0-rc2.tar.gz
步骤四、解压CMake源码包
tar -zxvf cmake-3.14.0-rc2.tar.gz
步骤五、进入目录
cd cmake-3.14.0-rc2
步骤六
./bootstrap
步骤七
make
步骤八
sudo make install
#直接运行
./bootstrap && make && sudo make install
安装完成,可阅读install_manifest.txt查看具体都安装了什么。
三、异常情况
如果步骤六报错,可能原因是关联的程序包未安装。解决方法:安装所需的程序包后,将cmake-2.8.10.2/目录下的CMakeCache.txt删掉,再从步骤六开始
the best way update your cmake