我试图在我的笔记本电脑上安装 pbrt-v3,但它不起作用。我将 README 命令与虚拟 ubuntu bash 一起使用。CMake et make做得很好,但我不能使用它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 可执行文件