mitsuba-renderer / mitsuba2

Mitsuba 2: A Retargetable Forward and Inverse Renderer
Other
2.05k stars 266 forks source link

Is win32 build possible ? #598

Open SkybuckFlying opened 2 years ago

SkybuckFlying commented 2 years ago

I am trying to build mitsuba2 for windows 7 following these instructions:

https://mitsuba2.readthedocs.io/en/latest/src/getting_started/compiling.html

To be safe, explicitly ask for the 64 bit version of Visual Studio

cmake -G "Visual Studio 16 2019" -A x64

Is it possible to build mitsuba2 for win32 as well ? I would like to try and use it in a game called OpenXcom which seems to be win32 only for the moment.

Speierers commented 2 years ago

Hi @SkybuckFlying ,

We have never tried to build Mitsuba 2 for win32 ourself, so it might be that you run into some issues.