我分叉回购并下载它,然后在Visual 2017社区中打开它,如下所示:
1:right-click the MakeLists.txt and click the Rebuild All. (x64 Debug)
2:Then, i found the build directory at here:C:\Users\SHIZU-NOTEBOOK\AppData\Local\CMakeBuild\233159a3-9dca-9735-91fc-be7911e3ef6d\build\x64-Debug\Debug我找不到像*\bin这样的目录,也是在cmd "pbrt“中找不到的。
我建错了吗?还有解决方案!
真诚!

发布于 2017-08-28 15:11:23
使用cmake或cmake命令行工具生成Visual解决方案文件,然后生成解决方案。
如果选择命令行,请执行以下步骤:
PBRT-V3.slnPS:从pbrt-v3项目中的自述文件中,需要运行git submodule update --init --recursive来获取依赖项。
https://stackoverflow.com/questions/43993555
复制相似问题