eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
451 stars 93 forks source link

Instructions for Windows #7

Closed UnderTheSun1 closed 6 years ago

UnderTheSun1 commented 6 years ago

Сould you give a short instruction about building on windows. What versions of msvc for dependencies, what version of Qt? Thank you for the product.

eidelen commented 6 years ago

On windows we are building dicom2mesh with

The GUI can be optionally built. We use QT 5.9.4.

Please notice (I) the gui is really experimental (II) dicome2mesh likely works with all QT versions > 5 and VTK > 7

UnderTheSun1 commented 6 years ago

Thank you so much!