mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.51k stars 422 forks source link

Compile the project on Windows using VS2022 #268

Open wanxnyi opened 11 months ago

wanxnyi commented 11 months ago

Thank you so much for sharing this great project. I'm still a little confused. I downloaded the source code of the project, but it fails to compile. I know little about this and would like to get some pointers, how can I compile the project on windows system? Thank you so much. :)

mkazhdan commented 11 months ago

If you've got visual studios, you should be able to load the solution and build the PoissonRecon project. If you have WSL, you could also try using the Makefile and compile with gcc/clang.