mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.59k stars 430 forks source link

Compile the project on Windows using VS2022 #268

Open wanxnyi opened 1 year ago

wanxnyi commented 1 year 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 1 year 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.