mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.89k stars 1.19k forks source link

win10/Visual studio 2019 install #330

Closed tempdeltavalue closed 1 year ago

tempdeltavalue commented 1 year ago

I cannot find inside vs 2019 "Where to build the binaries" option

mmp commented 1 year ago

When you run cmake's GUI on windows, it should look something like this, where the second line is "Where to build the binaries". What does it look like on your system?

image

tempdeltavalue commented 1 year ago

@mmp hi, sorry for delay and thank you for your answer , I generated sln file, when I try to run I get this error

Screenshot 2023-08-27 230721

according to this I set 'Set as Startup project' for pbrt but after that I get this one Screenshot 2023-08-27 230752

In cmake GUI I'm used default win64 generator and I'm running sln for x64 (in debug mode)

kennyalive commented 1 year ago

image

tempdeltavalue commented 1 year ago

@kennyalive Thank you !