| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

How to : Install DCMTK

Page history last edited by Phil Lavery 14 years, 11 months ago

 

 

Present3D Help


 

Installing DCMTK on OS X to enable loading of DICOM files

 

 

Option 1 :

Install from MacPorts. This is easy and it usually works. Currently the Fink version seems to be broken.

Remember you will need to add the relevant paths to your .tcshrc file. Closing the sidebar (small arrow above) will make it easier to read this bit)

 

setenv PATH /usual_stuff_here/opt/local/bin:/opt/local/lib:/opt/local/include:/opt/local/share:/opt/local/sbin:${PATH}

 

and you will need to add a environmental variable to set the path to the dicom.dic file :

 

setenv DCMDICTPATH /opt/local/lib/dicom.dic 

 

Info on this here :

http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg22776.html

http://www.mevis-research.de/~meyer/dcmtk/docs_352/dcmdata/datadict.txt

 

Current Issues :

 

When building the OSG, cmake reports the following missing files :

 

     DCMTK_imagedb_INCLUDE_DIR-NOTFOUND 

     DCMTK_imagedb_LIBRARY-NOTFOUND 

 

These files are no longer required by the current version of DCMTK 3.5.4

 

 


 

Option 2 :

 

Download the source and compile yourself :

 

If you choose to do this, then these pages might help :

 

http://forum.dcmtk.org/viewtopic.php?t=1372

How to : Create DCMTK OSX Universal Binary

 

Good luck :-)

Comments (0)

You don't have permission to comment on this page.