cgal - How can I install MPFI library in Windows? -


there!

i'd execute example program, surface_reconstruction_points_3.

i think program needs additionally 3rd library, mpfi.

so downloaded library http://mpfi.gforge.inria.fr/.

and unzipped @ proper folder , linked system path.

after configurating example program using cmake-gui,

i found error message, 'could not find mpfi (missing: mpfi_libraries)'.

how can install mpfi library in window using visual studio 2008?

since mpfi gnu library, supported on windows.

cgal provides third-party libraries inside installation, windows has own replacement.

i installed correctly visual studio, need uncheck third-party libraries cgal won't mess own windows replacements.

maybe doing kind of installation isn't working sample codes inside installation, works fine development. used cgal without third-libraries voronoi , 2d , 3d triangulation , works fine.

for clean installation, delete installed previously, make sure new installation isn't messing bad previous installation.

edit:

about not using optional libraries windows, received similar mail through cgal mailing list , these steps newer versions of cgal (>4.2):

you have comment 3 lines in cmake machinery:

  • in cgal-4.1/cmakelist.txt have comment:

    • #list (insert cgal_essential_3rd_party_libraries 0 gmp mpfr)
    • #hide_variable(cgal_essential_3rd_party_libraries)
  • in cgal-4.1/cmake/modules/usecgal.cmake have comment:

    • #use_essential_libs()

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -