We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make的时候出现以下错误
The text was updated successfully, but these errors were encountered:
看起来像是连接到amazon aws有问题(墙?),可以试试用其他方法把tar ball下载到toolkit/third_party/src/下面,Makefile会检测到的。
Sorry, something went wrong.
是因为amazon aws被墙了。
可以把third_party/third_party/third_party.mk中的
THIRD_PARTY_HOST = https://github.com/cjf00000/ScaCTM/releases/download/v1.0 BOOST_HOST = https://github.com/cjf00000/ScaCTM/releases/download/v1.0
THIRD_PARTY_HOST = https://github.com/cjf00000/ScaCTM/releases/download/v1.0
BOOST_HOST = https://github.com/cjf00000/ScaCTM/releases/download/v1.0
换成
THIRD_PARTY_HOST = http://ml.cs.tsinghua.edu.cn/~jianfei/static/ScaCTM BOOST_HOST = http://ml.cs.tsinghua.edu.cn/~jianfei/static/ScaCTM
THIRD_PARTY_HOST = http://ml.cs.tsinghua.edu.cn/~jianfei/static/ScaCTM
BOOST_HOST = http://ml.cs.tsinghua.edu.cn/~jianfei/static/ScaCTM
(注意结尾不要有多余的空格)然后重新make应该就可以了。
离线安装方法: 手动下载所有https://github.com/cjf00000/ScaCTM/releases/下的所有文件,放到third_party/third_party/src目录下,然后重新make。
https://github.com/cjf00000/ScaCTM/releases/
third_party/third_party/src
No branches or pull requests
make的时候出现以下错误
The text was updated successfully, but these errors were encountered: