Git の URL: https://git-scm.com/
cmake の URL: https://cmake.org/download/
sudo apt -yV install git cmake cmake-curses-gui cmake-gui
Windows での Visual C++ ビルドツール (Build Tools) のインストール手順: 別ページで説明している.
URL: https://github.com/mmp/pbrt-v3
Windows での手順を下に示す.Ubuntu でも同様の手順になる.
mkdir c:\tools cd c:\tools rmdir /s /q pbrt-v3
「--recursive」を付けている.glog, openexr, ptex, zlib があわせてダウンロードされる.
cd c:\tools git clone --recursive https://github.com/mmp/pbrt-v3
cd c:\tools cd pbrt-v3 rmdir /s /q build mkdir build cd build cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 ..
エラーメッセージが出ていないこと
cmake --build . --config RELEASE --target INSTALL
エラーメッセージが出ていないこと
cd c:\tools cd pbrt-v3 pbrt.exe --outfile a.png .\scenes\killeroo-simple.pbrt
本サイトは金子邦彦研究室のWebページです.サイトマップは,サイトマップのページをご覧下さい. 本サイト内の検索は,サイト内検索のページをご利用下さい.
問い合わせ先: 金子邦彦(かねこ くにひこ) ![]()