python3 ./gen_ldc_version_info.py > utils/ldc_version_info_.d make: *** [utils/ldc_version_info_.d] Error 1

 

001、问题

 

 

002、解决方法

wget -c https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-linux-x86_64.tar.xz
tar -xJvf ldc2-1.30.0-linux-x86_64.tar.xz
cd ldc2-1.30.0-linux-x86_64/bin
echo "export PATH=`pwd`:$PATH" >> /etc/profile
source /etc/profile

 

posted @ 2022-09-30 15:48  小鲨鱼2018  阅读(52)  评论(0编辑  收藏  举报