Closed Sg4Dylan closed 2 years ago
OS: Windows 10 21H1 Build tool: Visual Studio 2019
Commands:
mkdir build cd build cmake .. cmake --build .
Result:
LINK : fatal error LNK1104: 无法打开文件“ncnn.lib” [D:\GFPGAN-ncnn\build\ncnn_gfpgan.vcxproj]
自己用最新的ncnn代码编译一个即可
换成源码,用 nmake 编译可以了
OS: Windows 10 21H1 Build tool: Visual Studio 2019
Commands:
Result: