Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的笔记本电脑上安装 pbrt-v3,但没有成功。我将 README 命令与虚拟 ubuntu bash 一起使用。CMake et make 做得很好,但我不能用pbrt它打开一个场景:
pbrt
pbrt killeroo-simble.pbrt command not found: pbrt
谢谢你的帮助。
克隆 pbrt-v3 源代码:
git clone --recursive https://github.com/mmp/pbrt-v3/
安装 C++ 编译器:
sudo su [enter password] apt-get update apt-get install g++
使用 CMake 设置项目并构建它
cmake pbrt-v3/ cmake --build .
现在您应该拥有自己的构建 pbrt 可执行文件