Skip to content
New issue

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

无法build thirdparty #1

Closed
yangky11 opened this issue Oct 15, 2014 · 2 comments
Closed

无法build thirdparty #1

yangky11 opened this issue Oct 15, 2014 · 2 comments

Comments

@yangky11
Copy link

make的时候出现以下错误
screenshot from 2014-10-15 20 25 18

@xunzheng
Copy link

看起来像是连接到amazon aws有问题(墙?),可以试试用其他方法把tar ball下载到toolkit/third_party/src/下面,Makefile会检测到的。

@cjf00000
Copy link
Owner

是因为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 = 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。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants