biolab-unige / nifti2dicom

Convert 3D NIfTI images (and other formats supported by ITK) to DICOM 2D series
http://www.bio.dist.unige.it/
GNU General Public License v3.0
87 stars 23 forks source link

Problems installing on Mac OSX 10.15 Catalina #35

Open kiran-seunarine opened 3 years ago

kiran-seunarine commented 3 years ago

Hello,

I'm trying to install nifti2dicom on a new Mac, but unfortunately I'm running into issues with dependencies. Is there a new version of the code that uses more recent versions of Qt (5 or 6) and ITK? If I download the pre-compiled code (https://github.com/biolab-unige/nifti2dicom/releases/tag/v0.4.11) I can get qnifti2dicom to load, but nifti2dicom crashes because it cannot find some itk libraries. Alternatively, if I pull directly from git I find that cmake fails, again due to Qt/ITK.

I also looked into installing using the Homebrew formula (http://www.bio.dist.unige.it/projects/national/n2d) but sadly the link no longer exists.

Any suggestions/recommendations would be very much appreciated. Thanks in advance!

Best wishes,

Kiran

drdanz commented 3 years ago

Sorry for the very long delay... I cannot help with macos, since I don't have one, the only suggestion that I can give you is to try and compile it from sources. Perhaps @gabri470 has some working binary version?