-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
我根据Build.md里的步骤进行构建,但是遇到了构建失败的问题,当我依照build.md里的指导进行cmake时(cmake -DCMAKE_BUILD_TYPE=Release && make)遇到了这个问题:

于是我自己修改了一下cmake命令,我认为它是因为找不到cmakelist.txt,所以我给它指定了cmakelist.txt的位置,命令为:cmake -DCMAKE_BUILD_TYPE=Release .. && make

这是使用git submodule init && git submodule update添加子模块出现的问题,同时我也试过,直接clone作者在SMP中提供的HElib版本,做法:在SMP文件路径下运行git clone https://github.com/fionser/HElib.git。但是也出现了问题:

这个问题不知道该怎么解决(这里我没改动过clone的代码)
因此不管我是使用git submodule init && git submodule update添加子模块还是直接cloneSMP里的HElib库git clone https://github.com/fionser/HElib.git,都会出现问题,但两者出现的问题都不一样,求帮忙解决!谢谢
Metadata
Metadata
Assignees
Labels
No labels