tudelft3d / City3D

Large-scale LoD2 Building Reconstruction from Airborne LiDAR Point Clouds
https://github.com/tudelft3d/City3D
GNU General Public License v3.0
223 stars 36 forks source link

Building fails on Windows #10

Closed wimdes5 closed 1 year ago

wimdes5 commented 1 year ago

nmake build always ends in an error at 97% I'm using following versions:

It seems some wrong or missing dependency - has anyone succeeded in building under windows? error.txt

LiangliangNan commented 1 year ago

Is your GMP and MPFR built with VS 2022? Please use these libraries shiped with CGAL.

wimdes5 commented 1 year ago

I now read the CGAL instructions a bit more carefully, and put the "GMP and MPFR libraries, for Windows 64bits" in the CGAL auxilary folder and it's compiling without errors. Thank you!